#949FA3

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

Shades of Bali Hai #949FA3

Tints of Bali Hai #949FA3

Color information

#949FA3 (or 0x949FA3) is unknown color: approx Bali Hai. HEX triplet: 94, 9F and A3. RGB value is (148,159,163). Sum of RGB (Red+Green+Blue) = 148+159+163=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 163 - color contains mainly: blue. Hex color #949FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FA3 is #6B605C. Grayscale: #9C9C9C. Windows color (decimal): -7037021 or 10723220. OLE color: 10723220.

HSL color Cylindrical-coordinate representation of color #949FA3: hue angle of 196º 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 #949FA3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148159163-
CMYK0.090.0200.36
HSL196º7.54%60.98%-
HSV(B)196º9.2%63.92%-
XYZ31.2233.7439.52-
YUV156.17131.86122.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=31.49%
G=33.83%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481591630.090.0200.361967.5460.98
Hex949FA392024c483d
Octal2242372431120443041075
Binary1001010010011111101000111001100100100110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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