Html Css Color HEX #9491AB Santas Grey

📋 copy color: '#9491AB'

red 148 ◦ green 145 ◦ blue 171

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

Shades of Santas Grey #9491AB

Tints of Santas Grey #9491AB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

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

R = 31.9%
G = 31.25%
B = 36.85%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9491AB (or 0x9491AB) is known color: Santas Grey. HEX triplet: 94, 91 and AB. RGB value is (148,145,171). Sum of RGB (Red+Green+Blue) = 148+145+171=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #9491AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9491AB is #6B6E54. Grayscale: #949494. Windows color (decimal): -7040597 or 11243924. OLE color: 11243924.

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

Color convert

RGB 148 145 171 -
CMYK 0.13 0.15 0 0.33
HSL 246.92º 0.13% 0.62% -
HSV(B) 246.92º 0.15% 0.67% -
XYZ 29.69 29.49 42.65 -
YUV 148.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 148 145 171 0.13 0.15 0 0.33 246.92 0.13 0.62
Hex 94 91 AB D F 0 21 F7 D 3E
Octal 224 221 253 15 17 0 41 367 15 76
Binary 10010100 10010001 10101011 1101 1111 0 100001 11110111 1101 111110

Color Harmonies of #9491AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9491AB

Black with #9491AB

Text Example


Text Example

White with #9491AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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