#899FB1

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

Shades of Bali Hai #899FB1

Tints of Bali Hai #899FB1

Color information

#899FB1 (or 0x899FB1) is unknown color: approx Bali Hai. HEX triplet: 89, 9F and B1. RGB value is (137,159,177). Sum of RGB (Red+Green+Blue) = 137+159+177=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 177 - color contains mainly: blue. Hex color #899FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FB1 is #76604E. Grayscale: #9A9A9A. Windows color (decimal): -7757903 or 11640713. OLE color: 11640713.

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

Color convert

RGB137159177-
CMYK0.230.1000.31
HSL207º20.41%61.57%-
HSV(B)207º22.6%69.41%-
XYZ30.6533.2946.4-
YUV154.47140.71115.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=28.96%
G=33.62%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371591770.230.1000.3120720.4161.57
Hex899FB117A01Fcf143e
Octal21123726127120373172476
Binary1000100110011111101100011011110100111111100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899FB1; }

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

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

<style>
 a { background-color: #899FB1; }

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

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

<style>
 span { border-color: #899FB1; }

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

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