#728CBB

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

Shades of Wild Blue Yonder #728CBB

Tints of Wild Blue Yonder #728CBB

Color information

#728CBB (or 0x728CBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8C and BB. RGB value is (114,140,187). Sum of RGB (Red+Green+Blue) = 114+140+187=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #728CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CBB is #8D7344. Grayscale: #898989. Windows color (decimal): -9270085 or 12291186. OLE color: 12291186.

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

Color convert

RGB114140187-
CMYK0.390.2500.27
HSL218.63º34.93%59.02%-
HSV(B)218.63º39.04%73.33%-
XYZ25.2925.9250.68-
YUV137.58155.89111.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=25.85%
G=31.75%
B=42.40%

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
Decimal1141401870.390.2500.27218.6334.9359.02
Hex728CBB271901Bdb233b
Octal16221427347310333334373
Binary111001010001100101110111001111100101101111011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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