#948FAF

Color #948FAF Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #948FAF

Tints of Santas Grey #948FAF

Color information

#948FAF (or 0x948FAF) is unknown color: approx Santas Grey. HEX triplet: 94, 8F and AF. RGB value is (148,143,175). Sum of RGB (Red+Green+Blue) = 148+143+175=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #948FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FAF is #6B7050. Grayscale: #949494. Windows color (decimal): -7041105 or 11505556. OLE color: 11505556.

HSL color Cylindrical-coordinate representation of color #948FAF: hue angle of 249.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #948FAF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148143175-
CMYK0.150.1800.31
HSL249.38º16.67%62.35%-
HSV(B)249.38º18.29%68.63%-
XYZ29.7729.0444.59-
YUV148.14143.16127.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=31.76%
G=30.69%
B=37.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481431750.150.1800.31249.3816.6762.35
Hex948FAFF1201Ff9113e
Octal22421725717220373712176
Binary1001010010001111101011111111100100111111111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948FAF; }

 p { color: rgb(148,143,175); }

 H1.HeaderClassName
 {
   color: #948FAF;
 }
 .AnyTagClassName
 {
   color: #948FAF;
 }
</style>
background-color css

<style>
 a { background-color: #948FAF; }

 a { background-color: rgb(148,143,175); }

 div.DivClassName
 {
   background-color: #948FAF;
 }
 .BgClassName
 {
   background-color: #948FAF;
 }
</style>
border-color css

<style>
 span { border-color: #948FAF; }

 span { border-color: rgb(148,143,175); }

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