#909FAB

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

Shades of Bali Hai #909FAB

Tints of Bali Hai #909FAB

Color information

#909FAB (or 0x909FAB) is unknown color: approx Bali Hai. HEX triplet: 90, 9F and AB. RGB value is (144,159,171). Sum of RGB (Red+Green+Blue) = 144+159+171=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #909FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FAB is #6F6054. Grayscale: #9B9B9B. Windows color (decimal): -7299157 or 11247504. OLE color: 11247504.

HSL color Cylindrical-coordinate representation of color #909FAB: hue angle of 206.67º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #909FAB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144159171-
CMYK0.160.0700.33
HSL206.67º13.85%61.76%-
HSV(B)206.67º15.79%67.06%-
XYZ31.2533.6743.38-
YUV155.88136.53119.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.38%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=30.38%
G=33.54%
B=36.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441591710.160.0700.33206.6713.8561.76
Hex909FAB107021cfe3e
Octal2202372532070413171676
Binary100100001001111110101011100001110100001110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909FAB; }

 p { color: rgb(144,159,171); }

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

<style>
 a { background-color: #909FAB; }

 a { background-color: rgb(144,159,171); }

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

<style>
 span { border-color: #909FAB; }

 span { border-color: rgb(144,159,171); }

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