Html Css Color HEX #909FAB Bali Hai

📋 copy color: '#909FAB'

red 144 ◦ green 159 ◦ blue 171

#909FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #909FAB

Tints of Bali Hai #909FAB

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 value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#909FAB (or 0x909FAB) is known color: 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

RGB 144 159 171 -
CMYK 0.16 0.07 0 0.33
HSL 206.67º 0.14% 0.62% -
HSV(B) 206.67º 0.16% 0.67% -
XYZ 31.25 33.67 43.38 -
YUV 155.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 144 159 171 0.16 0.07 0 0.33 206.67 0.14 0.62
Hex 90 9F AB 10 7 0 21 CF E 3E
Octal 220 237 253 20 7 0 41 317 16 76
Binary 10010000 10011111 10101011 10000 111 0 100001 11001111 1110 111110

Color Harmonies of #909FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FAB

Black with #909FAB

Text Example


Text Example

White with #909FAB

Text Example


Text Example

HTML Codes & Css Web 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>