Html Css Color HEX #9490AE Santas Grey

📋 copy color: '#9490AE'

red 148 ◦ green 144 ◦ blue 174

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

Shades of Santas Grey #9490AE

Tints of Santas Grey #9490AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.9%

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

R = 31.76%
G = 30.9%
B = 37.34%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9490AE (or 0x9490AE) is known color: Santas Grey. HEX triplet: 94, 90 and AE. RGB value is (148,144,174). Sum of RGB (Red+Green+Blue) = 148+144+174=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #9490AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9490AE is #6B6F51. Grayscale: #949494. Windows color (decimal): -7040850 or 11440276. OLE color: 11440276.

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

Color convert

RGB 148 144 174 -
CMYK 0.15 0.17 0 0.32
HSL 248º 0.16% 0.62% -
HSV(B) 248º 0.17% 0.68% -
XYZ 29.83 29.3 44.13 -
YUV 148.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 148 144 174 0.15 0.17 0 0.32 248 0.16 0.62
Hex 94 90 AE F 11 0 20 F8 10 3E
Octal 224 220 256 17 21 0 40 370 20 76
Binary 10010100 10010000 10101110 1111 10001 0 100000 11111000 10000 111110

Color Harmonies of #9490AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490AE

Black with #9490AE

Text Example


Text Example

White with #9490AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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