#929EA3

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

Shades of Bali Hai #929EA3

Tints of Bali Hai #929EA3

Color information

#929EA3 (or 0x929EA3) is unknown color: approx Bali Hai. HEX triplet: 92, 9E and A3. RGB value is (146,158,163). Sum of RGB (Red+Green+Blue) = 146+158+163=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 163 - color contains mainly: blue. Hex color #929EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EA3 is #6D615C. Grayscale: #9A9A9A. Windows color (decimal): -7168349 or 10722962. OLE color: 10722962.

HSL color Cylindrical-coordinate representation of color #929EA3: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #929EA3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB146158163-
CMYK0.100.0300.36
HSL197.65º8.46%60.59%-
HSV(B)197.65º10.43%63.92%-
XYZ30.6933.2139.44-
YUV154.98132.52121.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=31.26%
G=33.83%
B=34.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461581630.100.0300.36197.658.4660.59
Hex929EA3A3024c683d
Octal2222362431230443061075
Binary1001001010011110101000111010110100100110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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