#8286BB

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

Shades of Wild Blue Yonder #8286BB

Tints of Wild Blue Yonder #8286BB

Color information

#8286BB (or 0x8286BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 86 and BB. RGB value is (130,134,187). Sum of RGB (Red+Green+Blue) = 130+134+187=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8286BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8286BB is #7D7944. Grayscale: #8A8A8A. Windows color (decimal): -8223045 or 12289666. OLE color: 12289666.

HSL color Cylindrical-coordinate representation of color #8286BB: hue angle of 235.79º degrees, saturation: 0.3, 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 #8286BB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130134187-
CMYK0.300.2800.27
HSL235.79º29.53%62.16%-
HSV(B)235.79º30.48%73.33%-
XYZ26.725.3850.51-
YUV138.85155.17121.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=28.82%
G=29.71%
B=41.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301341870.300.2800.27235.7929.5362.16
Hex8286BB1E1C01Bec1e3e
Octal20220627336340333543676
Binary10000010100001101011101111110111000110111110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8286BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8286BB; }

 p { color: rgb(130,134,187); }

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

<style>
 a { background-color: #8286BB; }

 a { background-color: rgb(130,134,187); }

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

<style>
 span { border-color: #8286BB; }

 span { border-color: rgb(130,134,187); }

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