#7489CB

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

Shades of Wild Blue Yonder #7489CB

Tints of Wild Blue Yonder #7489CB

Color information

#7489CB (or 0x7489CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 89 and CB. RGB value is (116,137,203). Sum of RGB (Red+Green+Blue) = 116+137+203=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #7489CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489CB is #8B7634. Grayscale: #898989. Windows color (decimal): -9139765 or 13338996. OLE color: 13338996.

HSL color Cylindrical-coordinate representation of color #7489CB: hue angle of 225.52º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7489CB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116137203-
CMYK0.430.3300.20
HSL225.52º45.55%62.55%-
HSV(B)225.52º42.86%79.61%-
XYZ26.9325.9260.08-
YUV138.24164.54112.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 203 (79.69% from 255) = 44.52%
R=25.44%
G=30.04%
B=44.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161372030.430.3300.20225.5245.5562.55
Hex7489CB2B21014e22e3f
Octal16421131353410243425677
Binary1110100100010011100101110101110000101010011100010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7489CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7489CB; }

 p { color: rgb(116,137,203); }

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

<style>
 a { background-color: #7489CB; }

 a { background-color: rgb(116,137,203); }

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

<style>
 span { border-color: #7489CB; }

 span { border-color: rgb(116,137,203); }

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