#728BBC

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

Shades of Wild Blue Yonder #728BBC

Tints of Wild Blue Yonder #728BBC

Color information

#728BBC (or 0x728BBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8B and BC. RGB value is (114,139,188). Sum of RGB (Red+Green+Blue) = 114+139+188=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #728BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BBC is #8D7443. Grayscale: #888888. Windows color (decimal): -9270340 or 12356466. OLE color: 12356466.

HSL color Cylindrical-coordinate representation of color #728BBC: hue angle of 219.73º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728BBC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114139188-
CMYK0.390.2600.26
HSL219.73º35.58%59.22%-
HSV(B)219.73º39.36%73.73%-
XYZ25.2525.6751.2-
YUV137.11156.72111.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=25.85%
G=31.52%
B=42.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141391880.390.2600.26219.7335.5859.22
Hex728BBC271A01Adc243b
Octal16221327447320323344473
Binary111001010001011101111001001111101001101011011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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