#979AAF

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

Shades of Logan #979AAF

Tints of Logan #979AAF

Color information

#979AAF (or 0x979AAF) is unknown color: approx Logan. HEX triplet: 97, 9A and AF. RGB value is (151,154,175). Sum of RGB (Red+Green+Blue) = 151+154+175=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 154 (60.55% from 255 or 32.08% 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 #979AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAF is #686550. Grayscale: #9B9B9B. Windows color (decimal): -6841681 or 11508375. OLE color: 11508375.

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

Color convert

RGB151154175-
CMYK0.140.1200.31
HSL232.5º13.04%63.92%-
HSV(B)232.5º13.71%68.63%-
XYZ32.0632.7945.2-
YUV155.5139.01124.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=31.46%
G=32.08%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511541750.140.1200.31232.513.0463.92
Hex979AAFEC01Fe8d40
Octal227232257161403735015100
Binary100101111001101010101111111011000111111110100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979AAF; }

 p { color: rgb(151,154,175); }

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

<style>
 a { background-color: #979AAF; }

 a { background-color: rgb(151,154,175); }

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

<style>
 span { border-color: #979AAF; }

 span { border-color: rgb(151,154,175); }

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