#8B9FB1

Color #8B9FB1 Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8B9FB1

Tints of Bali Hai #8B9FB1

Color information

#8B9FB1 (or 0x8B9FB1) is unknown color: approx Bali Hai. HEX triplet: 8B, 9F and B1. RGB value is (139,159,177). Sum of RGB (Red+Green+Blue) = 139+159+177=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B9FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9FB1 is #74604E. Grayscale: #9A9A9A. Windows color (decimal): -7626831 or 11640715. OLE color: 11640715.

HSL color Cylindrical-coordinate representation of color #8B9FB1: hue angle of 208.42º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B9FB1 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139159177-
CMYK0.210.1000.31
HSL208.42º19.59%61.96%-
HSV(B)208.42º21.47%69.41%-
XYZ30.9833.4646.42-
YUV155.07140.37116.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=29.26%
G=33.47%
B=37.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391591770.210.1000.31208.4219.5961.96
Hex8B9FB115A01Fd0143e
Octal21323726125120373202476
Binary1000101110011111101100011010110100111111101000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9FB1; }

 p { color: rgb(139,159,177); }

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

<style>
 a { background-color: #8B9FB1; }

 a { background-color: rgb(139,159,177); }

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

<style>
 span { border-color: #8B9FB1; }

 span { border-color: rgb(139,159,177); }

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