#8B9DAF

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

Shades of Bali Hai #8B9DAF

Tints of Bali Hai #8B9DAF

Color information

#8B9DAF (or 0x8B9DAF) is unknown color: approx Bali Hai. HEX triplet: 8B, 9D and AF. RGB value is (139,157,175). Sum of RGB (Red+Green+Blue) = 139+157+175=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9DAF is #746250. Grayscale: #999999. Windows color (decimal): -7627345 or 11509131. OLE color: 11509131.

HSL color Cylindrical-coordinate representation of color #8B9DAF: hue angle of 210º degrees, saturation: 0.18, 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 #8B9DAF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139157175-
CMYK0.210.1000.31
HSL210º18.37%61.57%-
HSV(B)210º20.57%68.63%-
XYZ30.4432.745.26-
YUV153.67140.04117.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=29.51%
G=33.33%
B=37.15%

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
Decimal1391571750.210.1000.3121018.3761.57
Hex8B9DAF15A01Fd2123e
Octal21323525725120373222276
Binary1000101110011101101011111010110100111111101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,157,175); }

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

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

 a { background-color: rgb(139,157,175); }

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

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

 span { border-color: rgb(139,157,175); }

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