#979EDD

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

Shades of Portage #979EDD

Tints of Portage #979EDD

Color information

#979EDD (or 0x979EDD) is unknown color: approx Portage. HEX triplet: 97, 9E and DD. RGB value is (151,158,221). Sum of RGB (Red+Green+Blue) = 151+158+221=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #979EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EDD is #686122. Grayscale: #A2A2A2. Windows color (decimal): -6840611 or 14524055. OLE color: 14524055.

HSL color Cylindrical-coordinate representation of color #979EDD: hue angle of 234º 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 #979EDD is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151158221-
CMYK0.320.2900.13
HSL234º50.72%72.94%-
HSV(B)234º31.67%86.67%-
XYZ38.0436.2573.4-
YUV163.09160.68119.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.49%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=28.49%
G=29.81%
B=41.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511582210.320.2900.1323450.7272.94
Hex979EDD201D0Dea3349
Octal227236335403501535263111
Binary1001011110011110110111011000001110101101111010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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