#979EDB

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

Shades of Portage #979EDB

Tints of Portage #979EDB

Color information

#979EDB (or 0x979EDB) is unknown color: approx Portage. HEX triplet: 97, 9E and DB. RGB value is (151,158,219). Sum of RGB (Red+Green+Blue) = 151+158+219=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #979EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EDB is #686124. Grayscale: #A2A2A2. Windows color (decimal): -6840613 or 14392983. OLE color: 14392983.

HSL color Cylindrical-coordinate representation of color #979EDB: hue angle of 233.82º 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 #979EDB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151158219-
CMYK0.310.2800.14
HSL233.82º48.57%72.55%-
HSV(B)233.82º31.05%85.88%-
XYZ37.7836.1572-
YUV162.86159.68119.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=28.60%
G=29.92%
B=41.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511582190.310.2800.14233.8248.5772.55
Hex979EDB1F1C0Eea3149
Octal227236333373401635261111
Binary100101111001111011011011111111110001110111010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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