#9C98BF

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

Shades of Logan #9C98BF

Tints of Logan #9C98BF

Color information

#9C98BF (or 0x9C98BF) is unknown color: approx Logan. HEX triplet: 9C, 98 and BF. RGB value is (156,152,191). Sum of RGB (Red+Green+Blue) = 156+152+191=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98BF is #636740. Grayscale: #9D9D9D. Windows color (decimal): -6514497 or 12556444. OLE color: 12556444.

HSL color Cylindrical-coordinate representation of color #9C98BF: hue angle of 246.15º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C98BF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156152191-
CMYK0.180.2000.25
HSL246.15º23.35%67.25%-
HSV(B)246.15º20.42%74.9%-
XYZ34.3433.2953.91-
YUV157.64146.83126.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 191 (75% from 255) = 38.28%
R=31.26%
G=30.46%
B=38.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561521910.180.2000.25246.1523.3567.25
Hex9C98BF1214019f61743
Octal234230277222403136627103
Binary100111001001100010111111100101010001100111110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,191); }

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

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

 a { background-color: rgb(156,152,191); }

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

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

 span { border-color: rgb(156,152,191); }

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