#8289BA

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

Shades of Wild Blue Yonder #8289BA

Tints of Wild Blue Yonder #8289BA

Color information

#8289BA (or 0x8289BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 89 and BA. RGB value is (130,137,186). Sum of RGB (Red+Green+Blue) = 130+137+186=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #8289BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289BA is #7D7645. Grayscale: #8C8C8C. Windows color (decimal): -8222278 or 12224898. OLE color: 12224898.

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

Color convert

RGB130137186-
CMYK0.300.2600.27
HSL232.5º28.87%61.96%-
HSV(B)232.5º30.11%72.94%-
XYZ27.0126.1850.08-
YUV140.49153.68120.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=28.70%
G=30.24%
B=41.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301371860.300.2600.27232.528.8761.96
Hex8289BA1E1A01Be81d3e
Octal20221127236320333503576
Binary10000010100010011011101011110110100110111110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8289BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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