#979BDD

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

Shades of Portage #979BDD

Tints of Portage #979BDD

Color information

#979BDD (or 0x979BDD) is unknown color: approx Portage. HEX triplet: 97, 9B and DD. RGB value is (151,155,221). Sum of RGB (Red+Green+Blue) = 151+155+221=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #979BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BDD is #686422. Grayscale: #A1A1A1. Windows color (decimal): -6841379 or 14523287. OLE color: 14523287.

HSL color Cylindrical-coordinate representation of color #979BDD: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979BDD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151155221-
CMYK0.320.3000.13
HSL236.57º50.72%72.94%-
HSV(B)236.57º31.67%86.67%-
XYZ37.5335.2473.23-
YUV161.33161.67120.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=28.65%
G=29.41%
B=41.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511552210.320.3000.13236.5750.7272.94
Hex979BDD201E0Ded3349
Octal227233335403601535563111
Binary1001011110011011110111011000001111001101111011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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