#728ABA

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

Shades of Wild Blue Yonder #728ABA

Tints of Wild Blue Yonder #728ABA

Color information

#728ABA (or 0x728ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8A and BA. RGB value is (114,138,186). Sum of RGB (Red+Green+Blue) = 114+138+186=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #728ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ABA is #8D7545. Grayscale: #888888. Windows color (decimal): -9270598 or 12225138. OLE color: 12225138.

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

Color convert

RGB114138186-
CMYK0.390.2600.27
HSL220º34.29%58.82%-
HSV(B)220º38.71%72.94%-
XYZ24.8925.350.03-
YUV136.3156.05112.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=26.03%
G=31.51%
B=42.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141381860.390.2600.2722034.2958.82
Hex728ABA271A01Bdc223b
Octal16221227247320333344273
Binary111001010001010101110101001111101001101111011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,138,186); }

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

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

 a { background-color: rgb(114,138,186); }

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

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

 span { border-color: rgb(114,138,186); }

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