#979CE5

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

Shades of Portage #979CE5

Tints of Portage #979CE5

Color information

#979CE5 (or 0x979CE5) is unknown color: approx Portage. HEX triplet: 97, 9C and E5. RGB value is (151,156,229). Sum of RGB (Red+Green+Blue) = 151+156+229=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #979CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CE5 is #68631A. Grayscale: #A2A2A2. Windows color (decimal): -6841115 or 15047831. OLE color: 15047831.

HSL color Cylindrical-coordinate representation of color #979CE5: hue angle of 236.15º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979CE5 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB151156229-
CMYK0.340.3200.10
HSL236.15º60%74.51%-
HSV(B)236.15º34.06%89.8%-
XYZ38.7936.0179.04-
YUV162.83165.34119.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.17%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 229 (89.84% from 255) = 42.72%
R=28.17%
G=29.10%
B=42.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1511562290.340.3200.10236.156074.51
Hex979CE522200Aec3c4b
Octal227234345424001235474113
Binary10010111100111001110010110001010000001010111011001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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