#7989BD

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

Shades of Wild Blue Yonder #7989BD

Tints of Wild Blue Yonder #7989BD

Color information

#7989BD (or 0x7989BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 89 and BD. RGB value is (121,137,189). Sum of RGB (Red+Green+Blue) = 121+137+189=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #7989BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7989BD is #867642. Grayscale: #898989. Windows color (decimal): -8812099 or 12421497. OLE color: 12421497.

HSL color Cylindrical-coordinate representation of color #7989BD: hue angle of 225.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7989BD is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121137189-
CMYK0.360.2800.26
HSL225.88º34%60.78%-
HSV(B)225.88º35.98%74.12%-
XYZ26.0225.6351.72-
YUV138.14156.7115.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.07%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=27.07%
G=30.65%
B=42.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211371890.360.2800.26225.883460.78
Hex7989BD241C01Ae2223d
Octal17121127544340323424275
Binary111100110001001101111011001001110001101011100010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7989BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7989BD; }

 p { color: rgb(121,137,189); }

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

<style>
 a { background-color: #7989BD; }

 a { background-color: rgb(121,137,189); }

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

<style>
 span { border-color: #7989BD; }

 span { border-color: rgb(121,137,189); }

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