#948DB5

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

Shades of Santas Grey #948DB5

Tints of Santas Grey #948DB5

Color information

#948DB5 (or 0x948DB5) is unknown color: approx Santas Grey. HEX triplet: 94, 8D and B5. RGB value is (148,141,181). Sum of RGB (Red+Green+Blue) = 148+141+181=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #948DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DB5 is #6B724A. Grayscale: #939393. Windows color (decimal): -7041611 or 11898260. OLE color: 11898260.

HSL color Cylindrical-coordinate representation of color #948DB5: hue angle of 250.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #948DB5 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148141181-
CMYK0.180.2200.29
HSL250.5º21.28%63.14%-
HSV(B)250.5º22.1%70.98%-
XYZ30.0828.6847.67-
YUV147.65146.82128.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=31.49%
G=30%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481411810.180.2200.29250.521.2863.14
Hex948DB5121601Dfa153f
Octal22421526522260353722577
Binary10010100100011011011010110010101100111011111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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