#728ACB

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

Shades of Wild Blue Yonder #728ACB

Tints of Wild Blue Yonder #728ACB

Color information

#728ACB (or 0x728ACB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8A and CB. RGB value is (114,138,203). Sum of RGB (Red+Green+Blue) = 114+138+203=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #728ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ACB is #8D7534. Grayscale: #898989. Windows color (decimal): -9270581 or 13339250. OLE color: 13339250.

HSL color Cylindrical-coordinate representation of color #728ACB: hue angle of 223.82º 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 #728ACB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114138203-
CMYK0.440.3200.20
HSL223.82º46.11%62.16%-
HSV(B)223.82º43.84%79.61%-
XYZ26.8126.0760.12-
YUV138.23164.55110.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.05%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=25.05%
G=30.33%
B=44.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141382030.440.3200.20223.8246.1162.16
Hex728ACB2C20014e02e3e
Octal16221231354400243405676
Binary1110010100010101100101110110010000001010011100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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