#9998BC

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

Shades of Logan #9998BC

Tints of Logan #9998BC

Color information

#9998BC (or 0x9998BC) is unknown color: approx Logan. HEX triplet: 99, 98 and BC. RGB value is (153,152,188). Sum of RGB (Red+Green+Blue) = 153+152+188=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #9998BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998BC is #666743. Grayscale: #9C9C9C. Windows color (decimal): -6711108 or 12359833. OLE color: 12359833.

HSL color Cylindrical-coordinate representation of color #9998BC: hue angle of 241.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9998BC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153152188-
CMYK0.190.1900.26
HSL241.67º21.18%66.67%-
HSV(B)241.67º19.15%73.73%-
XYZ33.4432.8652.16-
YUV156.4145.83125.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.03%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=31.03%
G=30.83%
B=38.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531521880.190.1900.26241.6721.1866.67
Hex9998BC131301Af21543
Octal231230274232303236225103
Binary100110011001100010111100100111001101101011110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9998BC; }

 p { color: rgb(153,152,188); }

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

<style>
 a { background-color: #9998BC; }

 a { background-color: rgb(153,152,188); }

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

<style>
 span { border-color: #9998BC; }

 span { border-color: rgb(153,152,188); }

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