#928DB5

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

Shades of Santas Grey #928DB5

Tints of Santas Grey #928DB5

Color information

#928DB5 (or 0x928DB5) is unknown color: approx Santas Grey. HEX triplet: 92, 8D and B5. RGB value is (146,141,181). Sum of RGB (Red+Green+Blue) = 146+141+181=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #928DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DB5 is #6D724A. Grayscale: #929292. Windows color (decimal): -7172683 or 11898258. OLE color: 11898258.

HSL color Cylindrical-coordinate representation of color #928DB5: hue angle of 247.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 #928DB5 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146141181-
CMYK0.190.2200.29
HSL247.5º21.28%63.14%-
HSV(B)247.5º22.1%70.98%-
XYZ29.7228.547.65-
YUV147.06147.16127.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=31.20%
G=30.13%
B=38.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461411810.190.2200.29247.521.2863.14
Hex928DB5131601Df8153f
Octal22221526523260353702577
Binary10010010100011011011010110011101100111011111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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