#929EA5

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

Shades of Bali Hai #929EA5

Tints of Bali Hai #929EA5

Color information

#929EA5 (or 0x929EA5) is unknown color: approx Bali Hai. HEX triplet: 92, 9E and A5. RGB value is (146,158,165). Sum of RGB (Red+Green+Blue) = 146+158+165=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 165 - color contains mainly: blue. Hex color #929EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EA5 is #6D615A. Grayscale: #9B9B9B. Windows color (decimal): -7168347 or 10854034. OLE color: 10854034.

HSL color Cylindrical-coordinate representation of color #929EA5: hue angle of 202.11º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #929EA5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB146158165-
CMYK0.120.0400.35
HSL202.11º9.55%60.98%-
HSV(B)202.11º11.52%64.71%-
XYZ30.8733.2840.39-
YUV155.21133.52121.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=31.13%
G=33.69%
B=35.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461581650.120.0400.35202.119.5560.98
Hex929EA5C4023caa3d
Octal2222362451440433121275
Binary10010010100111101010010111001000100011110010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929EA5; }

 p { color: rgb(146,158,165); }

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

<style>
 a { background-color: #929EA5; }

 a { background-color: rgb(146,158,165); }

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

<style>
 span { border-color: #929EA5; }

 span { border-color: rgb(146,158,165); }

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