#728ECA

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

Shades of Wild Blue Yonder #728ECA

Tints of Wild Blue Yonder #728ECA

Color information

#728ECA (or 0x728ECA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8E and CA. RGB value is (114,142,202). Sum of RGB (Red+Green+Blue) = 114+142+202=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #728ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ECA is #8D7135. Grayscale: #8C8C8C. Windows color (decimal): -9269558 or 13274738. OLE color: 13274738.

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

Color convert

RGB114142202-
CMYK0.440.3000.21
HSL220.91º45.36%61.96%-
HSV(B)220.91º43.56%79.22%-
XYZ27.2727.1959.69-
YUV140.47162.72109.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=24.89%
G=31.00%
B=44.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141422020.440.3000.21220.9145.3661.96
Hex728ECA2C1E015dd2d3e
Octal16221631254360253355576
Binary111001010001110110010101011001111001010111011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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