#909EA3

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

Shades of Bali Hai #909EA3

Tints of Bali Hai #909EA3

Color information

#909EA3 (or 0x909EA3) is unknown color: approx Bali Hai. HEX triplet: 90, 9E and A3. RGB value is (144,158,163). Sum of RGB (Red+Green+Blue) = 144+158+163=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 163 - color contains mainly: blue. Hex color #909EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909EA3 is #6F615C. Grayscale: #9A9A9A. Windows color (decimal): -7299421 or 10722960. OLE color: 10722960.

HSL color Cylindrical-coordinate representation of color #909EA3: hue angle of 195.79º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #909EA3 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB144158163-
CMYK0.120.0300.36
HSL195.79º9.36%60.2%-
HSV(B)195.79º11.66%63.92%-
XYZ30.3433.0339.43-
YUV154.38132.86120.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 163 (64.06% from 255) = 35.05%
R=30.97%
G=33.98%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441581630.120.0300.36195.799.3660.2
Hex909EA3C3024c493c
Octal2202362431430443041174
Binary1001000010011110101000111100110100100110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,158,163); }

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

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

 a { background-color: rgb(144,158,163); }

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

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

 span { border-color: rgb(144,158,163); }

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