#959EA2

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

Shades of Bali Hai #959EA2

Tints of Bali Hai #959EA2

Color information

#959EA2 (or 0x959EA2) is unknown color: approx Bali Hai. HEX triplet: 95, 9E and A2. RGB value is (149,158,162). Sum of RGB (Red+Green+Blue) = 149+158+162=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 162 - color contains mainly: blue. Hex color #959EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EA2 is #6A615D. Grayscale: #9B9B9B. Windows color (decimal): -6971742 or 10657429. OLE color: 10657429.

HSL color Cylindrical-coordinate representation of color #959EA2: hue angle of 198.46º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #959EA2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149158162-
CMYK0.080.0200.36
HSL198.46º6.53%60.98%-
HSV(B)198.46º8.02%63.53%-
XYZ31.1433.4539-
YUV155.76131.52123.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=31.77%
G=33.69%
B=34.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491581620.080.0200.36198.466.5360.98
Hex959EA282024c673d
Octal225236242102044306775
Binary100101011001111010100010100010010010011000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959EA2; }

 p { color: rgb(149,158,162); }

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

<style>
 a { background-color: #959EA2; }

 a { background-color: rgb(149,158,162); }

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

<style>
 span { border-color: #959EA2; }

 span { border-color: rgb(149,158,162); }

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