#979CF8

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

Shades of Portage #979CF8

Tints of Portage #979CF8

Color information

#979CF8 (or 0x979CF8) is unknown color: approx Portage. HEX triplet: 97, 9C and F8. RGB value is (151,156,248). Sum of RGB (Red+Green+Blue) = 151+156+248=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #979CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CF8 is #686307. Grayscale: #A4A4A4. Windows color (decimal): -6841096 or 16293015. OLE color: 16293015.

HSL color Cylindrical-coordinate representation of color #979CF8: hue angle of 236.91º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #979CF8 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB151156248-
CMYK0.390.3700.03
HSL236.91º87.39%78.24%-
HSV(B)236.91º39.11%97.25%-
XYZ41.5937.1393.78-
YUV164.99174.84118.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=27.21%
G=28.11%
B=44.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511562480.390.3700.03236.9187.3978.24
Hex979CF8272503ed574e
Octal227234370474503355127116
Binary1001011110011100111110001001111001010111110110110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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