#728DCB

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

Shades of Wild Blue Yonder #728DCB

Tints of Wild Blue Yonder #728DCB

Color information

#728DCB (or 0x728DCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8D and CB. RGB value is (114,141,203). Sum of RGB (Red+Green+Blue) = 114+141+203=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #728DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DCB is #8D7234. Grayscale: #8B8B8B. Windows color (decimal): -9269813 or 13340018. OLE color: 13340018.

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

Color convert

RGB114141203-
CMYK0.440.3100.20
HSL221.8º46.11%62.16%-
HSV(B)221.8º43.84%79.61%-
XYZ27.2426.9460.26-
YUV140163.55109.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=24.89%
G=30.79%
B=44.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141412030.440.3100.20221.846.1162.16
Hex728DCB2C1F014de2e3e
Octal16221531354370243365676
Binary111001010001101110010111011001111101010011011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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