#979CDB

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

Shades of Portage #979CDB

Tints of Portage #979CDB

Color information

#979CDB (or 0x979CDB) is unknown color: approx Portage. HEX triplet: 97, 9C and DB. RGB value is (151,156,219). Sum of RGB (Red+Green+Blue) = 151+156+219=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #979CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CDB is #686324. Grayscale: #A1A1A1. Windows color (decimal): -6841125 or 14392471. OLE color: 14392471.

HSL color Cylindrical-coordinate representation of color #979CDB: hue angle of 235.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #979CDB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151156219-
CMYK0.310.2900.14
HSL235.59º48.57%72.55%-
HSV(B)235.59º31.05%85.88%-
XYZ37.4435.4771.89-
YUV161.69160.34120.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=28.71%
G=29.66%
B=41.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511562190.310.2900.14235.5948.5772.55
Hex979CDB1F1D0Eec3149
Octal227234333373501635461111
Binary100101111001110011011011111111110101110111011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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