#9998AF

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

Shades of Logan #9998AF

Tints of Logan #9998AF

Color information

#9998AF (or 0x9998AF) is unknown color: approx Logan. HEX triplet: 99, 98 and AF. RGB value is (153,152,175). Sum of RGB (Red+Green+Blue) = 153+152+175=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #9998AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9998AF is #666750. Grayscale: #9A9A9A. Windows color (decimal): -6711121 or 11507865. OLE color: 11507865.

HSL color Cylindrical-coordinate representation of color #9998AF: hue angle of 242.61º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9998AF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153152175-
CMYK0.130.1300.31
HSL242.61º12.57%64.12%-
HSV(B)242.61º13.14%68.63%-
XYZ32.132.3245.1-
YUV154.92139.33126.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 152 (59.77% from 255) = 31.67%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=31.88%
G=31.67%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531521750.130.1300.31242.6112.5764.12
Hex9998AFDD01Ff3d40
Octal231230257151503736315100
Binary100110011001100010101111110111010111111111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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