#919FAA

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

Shades of Bali Hai #919FAA

Tints of Bali Hai #919FAA

Color information

#919FAA (or 0x919FAA) is unknown color: approx Bali Hai. HEX triplet: 91, 9F and AA. RGB value is (145,159,170). Sum of RGB (Red+Green+Blue) = 145+159+170=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #919FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919FAA is #6E6055. Grayscale: #9C9C9C. Windows color (decimal): -7233622 or 11181969. OLE color: 11181969.

HSL color Cylindrical-coordinate representation of color #919FAA: hue angle of 206.4º 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 #919FAA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145159170-
CMYK0.150.0600.33
HSL206.4º12.82%61.76%-
HSV(B)206.4º14.71%66.67%-
XYZ31.3333.7242.89-
YUV156.07135.86120.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.59%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=30.59%
G=33.54%
B=35.86%

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
Decimal1451591700.150.0600.33206.412.8261.76
Hex919FAAF6021ced3e
Octal2212372521760413161576
Binary10010001100111111010101011111100100001110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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