#979CDE

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

Shades of Portage #979CDE

Tints of Portage #979CDE

Color information

#979CDE (or 0x979CDE) is unknown color: approx Portage. HEX triplet: 97, 9C and DE. RGB value is (151,156,222). Sum of RGB (Red+Green+Blue) = 151+156+222=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #979CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CDE is #686321. Grayscale: #A1A1A1. Windows color (decimal): -6841122 or 14589079. OLE color: 14589079.

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

Color convert

RGB151156222-
CMYK0.320.3000.13
HSL235.77º51.82%73.14%-
HSV(B)235.77º31.98%87.06%-
XYZ37.8435.6373.99-
YUV162.03161.84120.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=28.54%
G=29.49%
B=41.97%

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
Decimal1511562220.320.3000.13235.7751.8273.14
Hex979CDE201E0Dec3449
Octal227234336403601535464111
Binary1001011110011100110111101000001111001101111011001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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