#909FAA

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

Shades of Bali Hai #909FAA

Tints of Bali Hai #909FAA

Color information

#909FAA (or 0x909FAA) is unknown color: approx Bali Hai. HEX triplet: 90, 9F and AA. RGB value is (144,159,170). Sum of RGB (Red+Green+Blue) = 144+159+170=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #909FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FAA is #6F6055. Grayscale: #9B9B9B. Windows color (decimal): -7299158 or 11181968. OLE color: 11181968.

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

Color convert

RGB144159170-
CMYK0.150.0600.33
HSL205.38º13.27%61.57%-
HSV(B)205.38º15.29%66.67%-
XYZ31.1633.6342.88-
YUV155.77136.03119.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=30.44%
G=33.62%
B=35.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441591700.150.0600.33205.3813.2761.57
Hex909FAAF6021cdd3e
Octal2202372521760413151576
Binary10010000100111111010101011111100100001110011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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