Html Css Color HEX #9493AE Santas Grey

📋 copy color: '#9493AE'

red 148 ◦ green 147 ◦ blue 174

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

Shades of Santas Grey #9493AE

Tints of Santas Grey #9493AE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 31.56%
G = 31.34%
B = 37.1%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9493AE (or 0x9493AE) is known color: Santas Grey. HEX triplet: 94, 93 and AE. RGB value is (148,147,174). Sum of RGB (Red+Green+Blue) = 148+147+174=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #9493AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9493AE is #6B6C51. Grayscale: #969696. Windows color (decimal): -7040082 or 11441044. OLE color: 11441044.

HSL color Cylindrical-coordinate representation of color #9493AE: hue angle of 242.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9493AE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 147 174 -
CMYK 0.15 0.16 0 0.32
HSL 242.22º 0.14% 0.63% -
HSV(B) 242.22º 0.16% 0.68% -
XYZ 30.29 30.22 44.28 -
YUV 150.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 148 147 174 0.15 0.16 0 0.32 242.22 0.14 0.63
Hex 94 93 AE F 10 0 20 F2 E 3F
Octal 224 223 256 17 20 0 40 362 16 77
Binary 10010100 10010011 10101110 1111 10000 0 100000 11110010 1110 111111

Color Harmonies of #9493AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9493AE

Black with #9493AE

Text Example


Text Example

White with #9493AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9493AE; }

 p { color: rgb(148,147,174); }

 H1.HeaderClassName
 {
   color: #9493AE;
 }
 .AnyTagClassName
 {
   color: #9493AE;
 }
</style>

background-color css

<style>
 a { background-color: #9493AE; }

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

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

border-color css

<style>
 span { border-color: #9493AE; }

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

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