#7D85CD

Color #7D85CD Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7D85CD

Tints of Wild Blue Yonder #7D85CD

Color information

#7D85CD (or 0x7D85CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 85 and CD. RGB value is (125,133,205). Sum of RGB (Red+Green+Blue) = 125+133+205=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D85CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D85CD is #827A32. Grayscale: #8A8A8A. Windows color (decimal): -8550963 or 13469053. OLE color: 13469053.

HSL color Cylindrical-coordinate representation of color #7D85CD: hue angle of 234º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D85CD is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125133205-
CMYK0.390.3500.20
HSL234º44.44%64.71%-
HSV(B)234º39.02%80.39%-
XYZ27.8625.5461.22-
YUV138.82165.35118.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=27.00%
G=28.73%
B=44.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251332050.390.3500.2023444.4464.71
Hex7D85CD2723014ea2c41
Octal175205315474302435254101
Binary11111011000010111001101100111100011010100111010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D85CD; }

 p { color: rgb(125,133,205); }

 H1.HeaderClassName
 {
   color: #7D85CD;
 }
 .AnyTagClassName
 {
   color: #7D85CD;
 }
</style>
background-color css

<style>
 a { background-color: #7D85CD; }

 a { background-color: rgb(125,133,205); }

 div.DivClassName
 {
   background-color: #7D85CD;
 }
 .BgClassName
 {
   background-color: #7D85CD;
 }
</style>
border-color css

<style>
 span { border-color: #7D85CD; }

 span { border-color: rgb(125,133,205); }

 td.TdClassName
 {
   border-color: #7D85CD;
 }
 .TagClassName
 {
   border-color: #7D85CD;
 }
</style>