#728DB7

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

Shades of Wild Blue Yonder #728DB7

Tints of Wild Blue Yonder #728DB7

Color information

#728DB7 (or 0x728DB7) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8D and B7. RGB value is (114,141,183). Sum of RGB (Red+Green+Blue) = 114+141+183=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #728DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DB7 is #8D7248. Grayscale: #898989. Windows color (decimal): -9269833 or 12029298. OLE color: 12029298.

HSL color Cylindrical-coordinate representation of color #728DB7: hue angle of 216.52º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #728DB7 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB114141183-
CMYK0.380.2300.28
HSL216.52º32.39%58.24%-
HSV(B)216.52º37.7%71.76%-
XYZ25.0126.0548.51-
YUV137.72153.55111.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 183 (71.88% from 255) = 41.78%
R=26.03%
G=32.19%
B=41.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1141411830.380.2300.28216.5232.3958.24
Hex728DB7261701Cd9203a
Octal16221526746270343314072
Binary111001010001101101101111001101011101110011011001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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