#7985BA

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

Shades of Wild Blue Yonder #7985BA

Tints of Wild Blue Yonder #7985BA

Color information

#7985BA (or 0x7985BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 85 and BA. RGB value is (121,133,186). Sum of RGB (Red+Green+Blue) = 121+133+186=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #7985BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985BA is #867A45. Grayscale: #878787. Windows color (decimal): -8813126 or 12223865. OLE color: 12223865.

HSL color Cylindrical-coordinate representation of color #7985BA: hue angle of 228.92º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7985BA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121133186-
CMYK0.350.2800.27
HSL228.92º32.02%60.2%-
HSV(B)228.92º34.95%72.94%-
XYZ25.1424.3949.84-
YUV135.45156.52117.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=27.5%
G=30.23%
B=42.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211331860.350.2800.27228.9232.0260.2
Hex7985BA231C01Be5203c
Octal17120527243340333454074
Binary111100110000101101110101000111110001101111100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7985BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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