Html Css Color HEX #948FAF Santas Grey

📋 copy color: '#948FAF'

red 148 ◦ green 143 ◦ blue 175

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

Shades of Santas Grey #948FAF

Tints of Santas Grey #948FAF

RGB

 RED value IS 148 (58.2% 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 value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#948FAF (or 0x948FAF) is known color: 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

RGB 148 143 175 -
CMYK 0.15 0.18 0 0.31
HSL 249.38º 0.17% 0.62% -
HSV(B) 249.38º 0.18% 0.69% -
XYZ 29.77 29.04 44.59 -
YUV 148.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 148 143 175 0.15 0.18 0 0.31 249.38 0.17 0.62
Hex 94 8F AF F 12 0 1F F9 11 3E
Octal 224 217 257 17 22 0 37 371 21 76
Binary 10010100 10001111 10101111 1111 10010 0 11111 11111001 10001 111110

Color Harmonies of #948FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FAF

Black with #948FAF

Text Example


Text Example

White with #948FAF

Text Example


Text Example

HTML Codes & Css Web 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>