#8288BA

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

Shades of Wild Blue Yonder #8288BA

Tints of Wild Blue Yonder #8288BA

Color information

#8288BA (or 0x8288BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 88 and BA. RGB value is (130,136,186). Sum of RGB (Red+Green+Blue) = 130+136+186=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8288BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8288BA is #7D7745. Grayscale: #8B8B8B. Windows color (decimal): -8222534 or 12224642. OLE color: 12224642.

HSL color Cylindrical-coordinate representation of color #8288BA: hue angle of 233.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8288BA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130136186-
CMYK0.300.2700.27
HSL233.57º28.87%61.96%-
HSV(B)233.57º30.11%72.94%-
XYZ26.8725.950.04-
YUV139.91154.01120.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=28.76%
G=30.09%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301361860.300.2700.27233.5728.8761.96
Hex8288BA1E1B01Bea1d3e
Octal20221027236330333523576
Binary10000010100010001011101011110110110110111110101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8288BA; }

 p { color: rgb(130,136,186); }

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

<style>
 a { background-color: #8288BA; }

 a { background-color: rgb(130,136,186); }

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

<style>
 span { border-color: #8288BA; }

 span { border-color: rgb(130,136,186); }

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