#728FCD

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

Shades of Wild Blue Yonder #728FCD

Tints of Wild Blue Yonder #728FCD

Color information

#728FCD (or 0x728FCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8F and CD. RGB value is (114,143,205). Sum of RGB (Red+Green+Blue) = 114+143+205=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #728FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FCD is #8D7032. Grayscale: #8D8D8D. Windows color (decimal): -9269299 or 13471602. OLE color: 13471602.

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

Color convert

RGB114143205-
CMYK0.440.3000.20
HSL220.88º47.64%62.55%-
HSV(B)220.88º44.39%80.39%-
XYZ27.7827.6361.63-
YUV141.4163.89108.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.68%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=24.68%
G=30.95%
B=44.37%

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
Decimal1141432050.440.3000.20220.8847.6462.55
Hex728FCD2C1E014dd303f
Octal16221731554360243356077
Binary111001010001111110011011011001111001010011011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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