#728DBA

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

Shades of Wild Blue Yonder #728DBA

Tints of Wild Blue Yonder #728DBA

Color information

#728DBA (or 0x728DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8D and BA. RGB value is (114,141,186). Sum of RGB (Red+Green+Blue) = 114+141+186=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #728DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DBA is #8D7245. Grayscale: #898989. Windows color (decimal): -9269830 or 12225906. OLE color: 12225906.

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

Color convert

RGB114141186-
CMYK0.390.2400.27
HSL217.5º34.29%58.82%-
HSV(B)217.5º38.71%72.94%-
XYZ25.3326.1750.17-
YUV138.06155.05110.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=25.85%
G=31.97%
B=42.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141411860.390.2400.27217.534.2958.82
Hex728DBA271801Bda223b
Octal16221527247300333324273
Binary111001010001101101110101001111100001101111011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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