#979ABE

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

Shades of Logan #979ABE

Tints of Logan #979ABE

Color information

#979ABE (or 0x979ABE) is unknown color: approx Logan. HEX triplet: 97, 9A and BE. RGB value is (151,154,190). Sum of RGB (Red+Green+Blue) = 151+154+190=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #979ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ABE is #686541. Grayscale: #9D9D9D. Windows color (decimal): -6841666 or 12491415. OLE color: 12491415.

HSL color Cylindrical-coordinate representation of color #979ABE: hue angle of 235.38º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979ABE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151154190-
CMYK0.210.1900.25
HSL235.38º23.08%66.86%-
HSV(B)235.38º20.53%74.51%-
XYZ33.6133.4153.39-
YUV157.21146.51123.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=30.51%
G=31.11%
B=38.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511541900.210.1900.25235.3823.0866.86
Hex979ABE1513019eb1743
Octal227232276252303135327103
Binary100101111001101010111110101011001101100111101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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