Html Css Color HEX #9090AB Santas Grey

📋 copy color: '#9090AB'

red 144 ◦ green 144 ◦ blue 171

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

Shades of Santas Grey #9090AB

Tints of Santas Grey #9090AB

RGB

 RED value IS 144 (56.64% from 255) = 31.37%

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

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

R = 31.37%
G = 31.37%
B = 37.25%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9090AB (or 0x9090AB) is known color: Santas Grey. HEX triplet: 90, 90 and AB. RGB value is (144,144,171). Sum of RGB (Red+Green+Blue) = 144+144+171=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #9090AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9090AB is #6F6F54. Grayscale: #929292. Windows color (decimal): -7302997 or 11243664. OLE color: 11243664.

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

Color convert

RGB 144 144 171 -
CMYK 0.16 0.16 0 0.33
HSL 240º 0.14% 0.62% -
HSV(B) 240º 0.16% 0.67% -
XYZ 28.83 28.82 42.57 -
YUV 147.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 144 144 171 0.16 0.16 0 0.33 240 0.14 0.62
Hex 90 90 AB 10 10 0 21 F0 E 3E
Octal 220 220 253 20 20 0 41 360 16 76
Binary 10010000 10010000 10101011 10000 10000 0 100001 11110000 1110 111110

Color Harmonies of #9090AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9090AB

Black with #9090AB

Text Example


Text Example

White with #9090AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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