#728CD1

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

Shades of Wild Blue Yonder #728CD1

Tints of Wild Blue Yonder #728CD1

Color information

#728CD1 (or 0x728CD1) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8C and D1. RGB value is (114,140,209). Sum of RGB (Red+Green+Blue) = 114+140+209=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #728CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CD1 is #8D732E. Grayscale: #8B8B8B. Windows color (decimal): -9270063 or 13732978. OLE color: 13732978.

HSL color Cylindrical-coordinate representation of color #728CD1: hue angle of 223.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #728CD1 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114140209-
CMYK0.450.3300.18
HSL223.58º50.8%63.33%-
HSV(B)223.58º45.45%81.96%-
XYZ27.8326.9464.05-
YUV140.09166.89109.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.62%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=24.62%
G=30.24%
B=45.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141402090.450.3300.18223.5850.863.33
Hex728CD12D21012e0333f
Octal16221432155410223406377
Binary1110010100011001101000110110110000101001011100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,209); }

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

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

 a { background-color: rgb(114,140,209); }

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

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

 span { border-color: rgb(114,140,209); }

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