#728BBA

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

Shades of Wild Blue Yonder #728BBA

Tints of Wild Blue Yonder #728BBA

Color information

#728BBA (or 0x728BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8B and BA. RGB value is (114,139,186). Sum of RGB (Red+Green+Blue) = 114+139+186=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #728BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BBA is #8D7445. Grayscale: #888888. Windows color (decimal): -9270342 or 12225394. OLE color: 12225394.

HSL color Cylindrical-coordinate representation of color #728BBA: hue angle of 219.17º 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 #728BBA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114139186-
CMYK0.390.2500.27
HSL219.17º34.29%58.82%-
HSV(B)219.17º38.71%72.94%-
XYZ25.0325.5950.07-
YUV136.88155.72111.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=25.97%
G=31.66%
B=42.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141391860.390.2500.27219.1734.2958.82
Hex728BBA271901Bdb223b
Octal16221327247310333334273
Binary111001010001011101110101001111100101101111011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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