#919EA3

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

Shades of Bali Hai #919EA3

Tints of Bali Hai #919EA3

Color information

#919EA3 (or 0x919EA3) is unknown color: approx Bali Hai. HEX triplet: 91, 9E and A3. RGB value is (145,158,163). Sum of RGB (Red+Green+Blue) = 145+158+163=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 163 - color contains mainly: blue. Hex color #919EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EA3 is #6E615C. Grayscale: #9A9A9A. Windows color (decimal): -7233885 or 10722961. OLE color: 10722961.

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

Color convert

RGB145158163-
CMYK0.110.0300.36
HSL196.67º8.91%60.39%-
HSV(B)196.67º11.04%63.92%-
XYZ30.5133.1239.43-
YUV154.68132.69121.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.12%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=31.12%
G=33.91%
B=34.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451581630.110.0300.36196.678.9160.39
Hex919EA3B3024c593c
Octal2212362431330443051174
Binary1001000110011110101000111011110100100110001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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