#979EE8

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

Shades of Portage #979EE8

Tints of Portage #979EE8

Color information

#979EE8 (or 0x979EE8) is unknown color: approx Portage. HEX triplet: 97, 9E and E8. RGB value is (151,158,232). Sum of RGB (Red+Green+Blue) = 151+158+232=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #979EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EE8 is #686117. Grayscale: #A4A4A4. Windows color (decimal): -6840600 or 15244951. OLE color: 15244951.

HSL color Cylindrical-coordinate representation of color #979EE8: hue angle of 234.81º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #979EE8 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB151158232-
CMYK0.350.3200.09
HSL234.81º63.78%75.1%-
HSV(B)234.81º34.91%90.98%-
XYZ39.5536.8681.37-
YUV164.34166.18118.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 232 (91.02% from 255) = 42.88%
R=27.91%
G=29.21%
B=42.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1511582320.350.3200.09234.8163.7875.1
Hex979EE8232009eb404b
Octal2272363504340011353100113
Binary100101111001111011101000100011100000010011110101110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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