#8289BC

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

Shades of Wild Blue Yonder #8289BC

Tints of Wild Blue Yonder #8289BC

Color information

#8289BC (or 0x8289BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 89 and BC. RGB value is (130,137,188). Sum of RGB (Red+Green+Blue) = 130+137+188=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #8289BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8289BC is #7D7643. Grayscale: #8C8C8C. Windows color (decimal): -8222276 or 12355970. OLE color: 12355970.

HSL color Cylindrical-coordinate representation of color #8289BC: hue angle of 232.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8289BC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130137188-
CMYK0.310.2700.26
HSL232.76º30.21%62.35%-
HSV(B)232.76º30.85%73.73%-
XYZ27.2326.2751.21-
YUV140.72154.68120.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=28.57%
G=30.11%
B=41.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301371880.310.2700.26232.7630.2162.35
Hex8289BC1F1B01Ae91e3e
Octal20221127437330323513676
Binary10000010100010011011110011111110110110101110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8289BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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