#948DB3

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

Shades of Santas Grey #948DB3

Tints of Santas Grey #948DB3

Color information

#948DB3 (or 0x948DB3) is unknown color: approx Santas Grey. HEX triplet: 94, 8D and B3. RGB value is (148,141,179). Sum of RGB (Red+Green+Blue) = 148+141+179=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #948DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DB3 is #6B724C. Grayscale: #939393. Windows color (decimal): -7041613 or 11767188. OLE color: 11767188.

HSL color Cylindrical-coordinate representation of color #948DB3: hue angle of 251.05º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948DB3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB148141179-
CMYK0.170.2100.30
HSL251.05º20%62.75%-
HSV(B)251.05º21.23%70.2%-
XYZ29.8728.646.59-
YUV147.42145.82128.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=31.62%
G=30.13%
B=38.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1481411790.170.2100.30251.052062.75
Hex948DB3111501Efb143f
Octal22421526321250363732477
Binary10010100100011011011001110001101010111101111101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,141,179); }

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

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

 a { background-color: rgb(148,141,179); }

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

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

 span { border-color: rgb(148,141,179); }

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