#8289BB

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

Shades of Wild Blue Yonder #8289BB

Tints of Wild Blue Yonder #8289BB

Color information

#8289BB (or 0x8289BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 89 and BB. RGB value is (130,137,187). Sum of RGB (Red+Green+Blue) = 130+137+187=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8289BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289BB is #7D7644. Grayscale: #8C8C8C. Windows color (decimal): -8222277 or 12290434. OLE color: 12290434.

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

Color convert

RGB130137187-
CMYK0.300.2700.27
HSL232.63º29.53%62.16%-
HSV(B)232.63º30.48%73.33%-
XYZ27.1226.2350.65-
YUV140.61154.18120.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=28.63%
G=30.18%
B=41.19%

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
Decimal1301371870.300.2700.27232.6329.5362.16
Hex8289BB1E1B01Be91e3e
Octal20221127336330333513676
Binary10000010100010011011101111110110110110111110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8289BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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