#949EA3

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

Shades of Bali Hai #949EA3

Tints of Bali Hai #949EA3

Color information

#949EA3 (or 0x949EA3) is unknown color: approx Bali Hai. HEX triplet: 94, 9E and A3. RGB value is (148,158,163). Sum of RGB (Red+Green+Blue) = 148+158+163=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 163 - color contains mainly: blue. Hex color #949EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EA3 is #6B615C. Grayscale: #9B9B9B. Windows color (decimal): -7037277 or 10722964. OLE color: 10722964.

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

Color convert

RGB148158163-
CMYK0.090.0300.36
HSL200º7.54%60.98%-
HSV(B)200º9.2%63.92%-
XYZ31.0533.3939.46-
YUV155.58132.19122.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=31.56%
G=33.69%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481581630.090.0300.362007.5460.98
Hex949EA393024c883d
Octal2242362431130443101075
Binary1001010010011110101000111001110100100110010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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