#7489CA

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

Shades of Wild Blue Yonder #7489CA

Tints of Wild Blue Yonder #7489CA

Color information

#7489CA (or 0x7489CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 89 and CA. RGB value is (116,137,202). Sum of RGB (Red+Green+Blue) = 116+137+202=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #7489CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7489CA is #8B7635. Grayscale: #898989. Windows color (decimal): -9139766 or 13273460. OLE color: 13273460.

HSL color Cylindrical-coordinate representation of color #7489CA: hue angle of 225.35º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7489CA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116137202-
CMYK0.430.3200.21
HSL225.35º44.79%62.35%-
HSV(B)225.35º42.57%79.22%-
XYZ26.8125.8759.46-
YUV138.13164.04112.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=25.49%
G=30.11%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161372020.430.3200.21225.3544.7962.35
Hex7489CA2B20015e12d3e
Octal16421131253400253415576
Binary1110100100010011100101010101110000001010111100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7489CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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