#9892B1

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

Shades of Santas Grey #9892B1

Tints of Santas Grey #9892B1

Color information

#9892B1 (or 0x9892B1) is unknown color: approx Santas Grey. HEX triplet: 98, 92 and B1. RGB value is (152,146,177). Sum of RGB (Red+Green+Blue) = 152+146+177=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #9892B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9892B1 is #676D4E. Grayscale: #979797. Windows color (decimal): -6778191 or 11637400. OLE color: 11637400.

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

Color convert

RGB152146177-
CMYK0.140.1800.31
HSL251.61º16.58%63.33%-
HSV(B)251.61º17.51%69.41%-
XYZ31.1630.4145.82-
YUV151.33142.49128.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=32%
G=30.74%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521461770.140.1800.31251.6116.5863.33
Hex9892B1E1201Ffc113f
Octal23022226116220373742177
Binary1001100010010010101100011110100100111111111110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9892B1; }

 p { color: rgb(152,146,177); }

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

<style>
 a { background-color: #9892B1; }

 a { background-color: rgb(152,146,177); }

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

<style>
 span { border-color: #9892B1; }

 span { border-color: rgb(152,146,177); }

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