#979BBC

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

Shades of Logan #979BBC

Tints of Logan #979BBC

Color information

#979BBC (or 0x979BBC) is unknown color: approx Logan. HEX triplet: 97, 9B and BC. RGB value is (151,155,188). Sum of RGB (Red+Green+Blue) = 151+155+188=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #979BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BBC is #686443. Grayscale: #9D9D9D. Windows color (decimal): -6841412 or 12360599. OLE color: 12360599.

HSL color Cylindrical-coordinate representation of color #979BBC: hue angle of 233.51º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #979BBC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151155188-
CMYK0.200.1800.26
HSL233.51º21.64%66.47%-
HSV(B)233.51º19.68%73.73%-
XYZ33.5633.6552.3-
YUV157.57145.17123.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=30.57%
G=31.38%
B=38.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511551880.200.1800.26233.5121.6466.47
Hex979BBC141201Aea1642
Octal227233274242203235226102
Binary100101111001101110111100101001001001101011101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,188); }

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

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

 a { background-color: rgb(151,155,188); }

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

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

 span { border-color: rgb(151,155,188); }

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