Html Css Color HEX #9494AB Santas Grey

📋 copy color: '#9494AB'

red 148 ◦ green 148 ◦ blue 171

#9494AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Santas Grey #9494AB

Tints of Santas Grey #9494AB

RGB

 RED value IS 148 (58.2% from 255) = 31.69%

 GREEN value IS 148 (58.2% from 255) = 31.69%

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 31.69%
G = 31.69%
B = 36.62%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9494AB (or 0x9494AB) is known color: Santas Grey. HEX triplet: 94, 94 and AB. RGB value is (148,148,171). Sum of RGB (Red+Green+Blue) = 148+148+171=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9494AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9494AB is #6B6B54. Grayscale: #969696. Windows color (decimal): -7039829 or 11244692. OLE color: 11244692.

HSL color Cylindrical-coordinate representation of color #9494AB: hue angle of 240º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9494AB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 148 171 -
CMYK 0.13 0.13 0 0.33
HSL 240º 0.12% 0.63% -
HSV(B) 240º 0.13% 0.67% -
XYZ 30.15 30.42 42.81 -
YUV 150.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 148 148 171 0.13 0.13 0 0.33 240 0.12 0.63
Hex 94 94 AB D D 0 21 F0 C 3F
Octal 224 224 253 15 15 0 41 360 14 77
Binary 10010100 10010100 10101011 1101 1101 0 100001 11110000 1100 111111

Color Harmonies of #9494AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9494AB

Black with #9494AB

Text Example


Text Example

White with #9494AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9494AB; }

 p { color: rgb(148,148,171); }

 H1.HeaderClassName
 {
   color: #9494AB;
 }
 .AnyTagClassName
 {
   color: #9494AB;
 }
</style>

background-color css

<style>
 a { background-color: #9494AB; }

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

 div.DivClassName
 {
   background-color: #9494AB;
 }
 .BgClassName
 {
   background-color: #9494AB;
 }
</style>

border-color css

<style>
 span { border-color: #9494AB; }

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

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