#728ECB

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

Shades of Wild Blue Yonder #728ECB

Tints of Wild Blue Yonder #728ECB

Color information

#728ECB (or 0x728ECB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8E and CB. RGB value is (114,142,203). Sum of RGB (Red+Green+Blue) = 114+142+203=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #728ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ECB is #8D7134. Grayscale: #8C8C8C. Windows color (decimal): -9269557 or 13340274. OLE color: 13340274.

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

Color convert

RGB114142203-
CMYK0.440.3000.20
HSL221.12º46.11%62.16%-
HSV(B)221.12º43.84%79.61%-
XYZ27.3927.2460.31-
YUV140.58163.22109.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=24.84%
G=30.94%
B=44.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141422030.440.3000.20221.1246.1162.16
Hex728ECB2C1E014dd2e3e
Octal16221631354360243355676
Binary111001010001110110010111011001111001010011011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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