#9892B5

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

Shades of Logan #9892B5

Tints of Logan #9892B5

Color information

#9892B5 (or 0x9892B5) is unknown color: approx Logan. HEX triplet: 98, 92 and B5. RGB value is (152,146,181). Sum of RGB (Red+Green+Blue) = 152+146+181=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #9892B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892B5 is #676D4A. Grayscale: #979797. Windows color (decimal): -6778187 or 11899544. OLE color: 11899544.

HSL color Cylindrical-coordinate representation of color #9892B5: hue angle of 250.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9892B5 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB152146181-
CMYK0.160.1900.29
HSL250.29º19.13%64.12%-
HSV(B)250.29º19.34%70.98%-
XYZ31.5730.5747.95-
YUV151.78144.49128.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=31.73%
G=30.48%
B=37.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521461810.160.1900.29250.2919.1364.12
Hex9892B5101301Dfa1340
Octal230222265202303537223100
Binary100110001001001010110101100001001101110111111010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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