Html Css Color HEX #9293AD Santas Grey

📋 copy color: '#9293AD'

red 146 ◦ green 147 ◦ blue 173

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

Shades of Santas Grey #9293AD

Tints of Santas Grey #9293AD

RGB

 RED value IS 146 (57.42% from 255) = 31.33%

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

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 31.33%
G = 31.55%
B = 37.12%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9293AD (or 0x9293AD) is known color: Santas Grey. HEX triplet: 92, 93 and AD. RGB value is (146,147,173). Sum of RGB (Red+Green+Blue) = 146+147+173=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #9293AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9293AD is #6D6C52. Grayscale: #959595. Windows color (decimal): -7171155 or 11375506. OLE color: 11375506.

HSL color Cylindrical-coordinate representation of color #9293AD: hue angle of 237.78º 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 #9293AD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 147 173 -
CMYK 0.16 0.15 0 0.32
HSL 237.78º 0.14% 0.63% -
HSV(B) 237.78º 0.16% 0.68% -
XYZ 29.83 30 43.75 -
YUV 149.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 146 147 173 0.16 0.15 0 0.32 237.78 0.14 0.63
Hex 92 93 AD 10 F 0 20 EE E 3F
Octal 222 223 255 20 17 0 40 356 16 77
Binary 10010010 10010011 10101101 10000 1111 0 100000 11101110 1110 111111

Color Harmonies of #9293AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9293AD

Black with #9293AD

Text Example


Text Example

White with #9293AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9293AD; }

 p { color: rgb(146,147,173); }

 H1.HeaderClassName
 {
   color: #9293AD;
 }
 .AnyTagClassName
 {
   color: #9293AD;
 }
</style>

background-color css

<style>
 a { background-color: #9293AD; }

 a { background-color: rgb(146,147,173); }

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

border-color css

<style>
 span { border-color: #9293AD; }

 span { border-color: rgb(146,147,173); }

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