#978EEC

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

Shades of Portage #978EEC

Tints of Portage #978EEC

Color information

#978EEC (or 0x978EEC) is unknown color: approx Portage. HEX triplet: 97, 8E and EC. RGB value is (151,142,236). Sum of RGB (Red+Green+Blue) = 151+142+236=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #978EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EEC is #687113. Grayscale: #9B9B9B. Windows color (decimal): -6844692 or 15502999. OLE color: 15502999.

HSL color Cylindrical-coordinate representation of color #978EEC: hue angle of 245.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978EEC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151142236-
CMYK0.360.4000.07
HSL245.74º71.21%74.12%-
HSV(B)245.74º39.83%92.55%-
XYZ37.5831.9883.55-
YUV155.41173.48124.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=28.54%
G=26.84%
B=44.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511422360.360.4000.07245.7471.2174.12
Hex978EEC242807f6474a
Octal227216354445007366107112
Binary10010111100011101110110010010010100001111111011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978EEC; }

 p { color: rgb(151,142,236); }

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

<style>
 a { background-color: #978EEC; }

 a { background-color: rgb(151,142,236); }

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

<style>
 span { border-color: #978EEC; }

 span { border-color: rgb(151,142,236); }

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