#728FCE

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

Shades of Wild Blue Yonder #728FCE

Tints of Wild Blue Yonder #728FCE

Color information

#728FCE (or 0x728FCE) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8F and CE. RGB value is (114,143,206). Sum of RGB (Red+Green+Blue) = 114+143+206=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #728FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FCE is #8D7031. Grayscale: #8D8D8D. Windows color (decimal): -9269298 or 13537138. OLE color: 13537138.

HSL color Cylindrical-coordinate representation of color #728FCE: hue angle of 221.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #728FCE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114143206-
CMYK0.450.3100.19
HSL221.09º48.42%62.75%-
HSV(B)221.09º44.66%80.78%-
XYZ27.927.6862.26-
YUV141.51164.39108.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.62%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=24.62%
G=30.89%
B=44.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141432060.450.3100.19221.0948.4262.75
Hex728FCE2D1F013dd303f
Octal16221731655370233356077
Binary111001010001111110011101011011111101001111011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,143,206); }

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

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

 a { background-color: rgb(114,143,206); }

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

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

 span { border-color: rgb(114,143,206); }

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