#728BCD

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

Shades of Wild Blue Yonder #728BCD

Tints of Wild Blue Yonder #728BCD

Color information

#728BCD (or 0x728BCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8B and CD. RGB value is (114,139,205). Sum of RGB (Red+Green+Blue) = 114+139+205=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #728BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BCD is #8D7432. Grayscale: #8A8A8A. Windows color (decimal): -9270323 or 13470578. OLE color: 13470578.

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

Color convert

RGB114139205-
CMYK0.440.3200.20
HSL223.52º47.64%62.55%-
HSV(B)223.52º44.39%80.39%-
XYZ27.1926.4561.43-
YUV139.05165.22110.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=24.89%
G=30.35%
B=44.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141392050.440.3200.20223.5247.6462.55
Hex728BCD2C20014e0303f
Octal16221331554400243406077
Binary1110010100010111100110110110010000001010011100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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