#7289D0

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

Shades of Wild Blue Yonder #7289D0

Tints of Wild Blue Yonder #7289D0

Color information

#7289D0 (or 0x7289D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 89 and D0. RGB value is (114,137,208). Sum of RGB (Red+Green+Blue) = 114+137+208=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #7289D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289D0 is #8D762F. Grayscale: #898989. Windows color (decimal): -9270832 or 13666674. OLE color: 13666674.

HSL color Cylindrical-coordinate representation of color #7289D0: hue angle of 225.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7289D0 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114137208-
CMYK0.450.3400.18
HSL225.32º50%63.14%-
HSV(B)225.32º45.19%81.57%-
XYZ27.2726.0263.26-
YUV138.22167.38110.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=24.84%
G=29.85%
B=45.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141372080.450.3400.18225.325063.14
Hex7289D02D22012e1323f
Octal16221132055420223416277
Binary1110010100010011101000010110110001001001011100001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7289D0; }

 p { color: rgb(114,137,208); }

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

<style>
 a { background-color: #7289D0; }

 a { background-color: rgb(114,137,208); }

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

<style>
 span { border-color: #7289D0; }

 span { border-color: rgb(114,137,208); }

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