#979ABB

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

Shades of Logan #979ABB

Tints of Logan #979ABB

Color information

#979ABB (or 0x979ABB) is unknown color: approx Logan. HEX triplet: 97, 9A and BB. RGB value is (151,154,187). Sum of RGB (Red+Green+Blue) = 151+154+187=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #979ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ABB is #686544. Grayscale: #9C9C9C. Windows color (decimal): -6841669 or 12294807. OLE color: 12294807.

HSL color Cylindrical-coordinate representation of color #979ABB: hue angle of 235º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #979ABB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151154187-
CMYK0.190.1800.27
HSL235º20.93%66.27%-
HSV(B)235º19.25%73.33%-
XYZ33.2933.2851.68-
YUV156.86145.01123.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=30.69%
G=31.30%
B=38.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511541870.190.1800.2723520.9366.27
Hex979ABB131201Beb1542
Octal227232273232203335325102
Binary100101111001101010111011100111001001101111101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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