#728EC8

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

Shades of Wild Blue Yonder #728EC8

Tints of Wild Blue Yonder #728EC8

Color information

#728EC8 (or 0x728EC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8E and C8. RGB value is (114,142,200). Sum of RGB (Red+Green+Blue) = 114+142+200=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #728EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728EC8 is #8D7137. Grayscale: #8B8B8B. Windows color (decimal): -9269560 or 13143666. OLE color: 13143666.

HSL color Cylindrical-coordinate representation of color #728EC8: hue angle of 220.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #728EC8 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB114142200-
CMYK0.430.2900.22
HSL220.47º43.88%61.57%-
HSV(B)220.47º43%78.43%-
XYZ27.0427.0958.45-
YUV140.24161.72109.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=25%
G=31.14%
B=43.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1141422000.430.2900.22220.4743.8861.57
Hex728EC82B1D016dc2c3e
Octal16221631053350263345476
Binary111001010001110110010001010111110101011011011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728EC8; }

 p { color: rgb(114,142,200); }

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

<style>
 a { background-color: #728EC8; }

 a { background-color: rgb(114,142,200); }

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

<style>
 span { border-color: #728EC8; }

 span { border-color: rgb(114,142,200); }

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