#7985CD

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

Shades of Wild Blue Yonder #7985CD

Tints of Wild Blue Yonder #7985CD

Color information

#7985CD (or 0x7985CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 85 and CD. RGB value is (121,133,205). Sum of RGB (Red+Green+Blue) = 121+133+205=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #7985CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985CD is #867A32. Grayscale: #898989. Windows color (decimal): -8813107 or 13469049. OLE color: 13469049.

HSL color Cylindrical-coordinate representation of color #7985CD: hue angle of 231.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7985CD is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121133205-
CMYK0.410.3500.20
HSL231.43º45.65%63.92%-
HSV(B)231.43º40.98%80.39%-
XYZ27.2925.2561.19-
YUV137.62166.02116.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=26.36%
G=28.98%
B=44.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211332050.410.3500.20231.4345.6563.92
Hex7985CD2923014e72e40
Octal171205315514302434756100
Binary11110011000010111001101101001100011010100111001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7985CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7985CD; }

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

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

<style>
 a { background-color: #7985CD; }

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

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

<style>
 span { border-color: #7985CD; }

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

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