#7989BA

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

Shades of Wild Blue Yonder #7989BA

Tints of Wild Blue Yonder #7989BA

Color information

#7989BA (or 0x7989BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 89 and BA. RGB value is (121,137,186). Sum of RGB (Red+Green+Blue) = 121+137+186=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #7989BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7989BA is #867645. Grayscale: #898989. Windows color (decimal): -8812102 or 12224889. OLE color: 12224889.

HSL color Cylindrical-coordinate representation of color #7989BA: hue angle of 225.23º 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 #7989BA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121137186-
CMYK0.350.2600.27
HSL225.23º32.02%60.2%-
HSV(B)225.23º34.95%72.94%-
XYZ25.6925.550.02-
YUV137.8155.2116.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=27.25%
G=30.86%
B=41.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211371860.350.2600.27225.2332.0260.2
Hex7989BA231A01Be1203c
Octal17121127243320333414074
Binary111100110001001101110101000111101001101111100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7989BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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