#9B98B5

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

Shades of Logan #9B98B5

Tints of Logan #9B98B5

Color information

#9B98B5 (or 0x9B98B5) is unknown color: approx Logan. HEX triplet: 9B, 98 and B5. RGB value is (155,152,181). Sum of RGB (Red+Green+Blue) = 155+152+181=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #9B98B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98B5 is #64674A. Grayscale: #9C9C9C. Windows color (decimal): -6580043 or 11901083. OLE color: 11901083.

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

Color convert

RGB155152181-
CMYK0.140.1600.29
HSL246.21º16.38%65.29%-
HSV(B)246.21º16.02%70.98%-
XYZ33.0932.7648.3-
YUV156.2141.99127.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=31.76%
G=31.15%
B=37.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551521810.140.1600.29246.2116.3865.29
Hex9B98B5E1001Df61041
Octal233230265162003536620101
Binary10011011100110001011010111101000001110111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B98B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B98B5; }

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

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

<style>
 a { background-color: #9B98B5; }

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

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

<style>
 span { border-color: #9B98B5; }

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

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