#979CBC

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

Shades of Logan #979CBC

Tints of Logan #979CBC

Color information

#979CBC (or 0x979CBC) is unknown color: approx Logan. HEX triplet: 97, 9C and BC. RGB value is (151,156,188). Sum of RGB (Red+Green+Blue) = 151+156+188=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #979CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CBC is #686343. Grayscale: #9E9E9E. Windows color (decimal): -6841156 or 12360855. OLE color: 12360855.

HSL color Cylindrical-coordinate representation of color #979CBC: hue angle of 231.89º 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 #979CBC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151156188-
CMYK0.200.1700.26
HSL231.89º21.64%66.47%-
HSV(B)231.89º19.68%73.73%-
XYZ33.7333.9952.36-
YUV158.15144.84122.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=30.51%
G=31.52%
B=37.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511561880.200.1700.26231.8921.6466.47
Hex979CBC141101Ae81642
Octal227234274242103235026102
Binary100101111001110010111100101001000101101011101000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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