#919EA4

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

Shades of Bali Hai #919EA4

Tints of Bali Hai #919EA4

Color information

#919EA4 (or 0x919EA4) is unknown color: approx Bali Hai. HEX triplet: 91, 9E and A4. RGB value is (145,158,164). Sum of RGB (Red+Green+Blue) = 145+158+164=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 164 - color contains mainly: blue. Hex color #919EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EA4 is #6E615B. Grayscale: #9A9A9A. Windows color (decimal): -7233884 or 10788497. OLE color: 10788497.

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

Color convert

RGB145158164-
CMYK0.120.0400.36
HSL198.95º9.45%60.59%-
HSV(B)198.95º11.59%64.31%-
XYZ30.633.1539.91-
YUV154.8133.19121.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=31.05%
G=33.83%
B=35.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451581640.120.0400.36198.959.4560.59
Hex919EA4C4024c793d
Octal2212362441440443071175
Binary10010001100111101010010011001000100100110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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