#7985D0

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

Shades of Wild Blue Yonder #7985D0

Tints of Wild Blue Yonder #7985D0

Color information

#7985D0 (or 0x7985D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 85 and D0. RGB value is (121,133,208). Sum of RGB (Red+Green+Blue) = 121+133+208=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #7985D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985D0 is #867A2F. Grayscale: #898989. Windows color (decimal): -8813104 or 13665657. OLE color: 13665657.

HSL color Cylindrical-coordinate representation of color #7985D0: hue angle of 231.72º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7985D0 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121133208-
CMYK0.420.3600.18
HSL231.72º48.07%64.51%-
HSV(B)231.72º41.83%81.57%-
XYZ27.6625.3963.12-
YUV137.96167.52115.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 208 (81.64% from 255) = 45.02%
R=26.19%
G=28.79%
B=45.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211332080.420.3600.18231.7248.0764.51
Hex7985D02A24012e83041
Octal171205320524402235060101
Binary11110011000010111010000101010100100010010111010001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7985D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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