#728CBA

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

Shades of Wild Blue Yonder #728CBA

Tints of Wild Blue Yonder #728CBA

Color information

#728CBA (or 0x728CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8C and BA. RGB value is (114,140,186). Sum of RGB (Red+Green+Blue) = 114+140+186=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #728CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CBA is #8D7345. Grayscale: #898989. Windows color (decimal): -9270086 or 12225650. OLE color: 12225650.

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

Color convert

RGB114140186-
CMYK0.390.2500.27
HSL218.33º34.29%58.82%-
HSV(B)218.33º38.71%72.94%-
XYZ25.1825.8850.12-
YUV137.47155.39111.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=25.91%
G=31.82%
B=42.27%

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
Decimal1141401860.390.2500.27218.3334.2958.82
Hex728CBA271901Bda223b
Octal16221427247310333324273
Binary111001010001100101110101001111100101101111011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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