#979AFE

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

Shades of Portage #979AFE

Tints of Portage #979AFE

Color information

#979AFE (or 0x979AFE) is unknown color: approx Portage. HEX triplet: 97, 9A and FE. RGB value is (151,154,254). Sum of RGB (Red+Green+Blue) = 151+154+254=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #979AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AFE is #686501. Grayscale: #A4A4A4. Windows color (decimal): -6841602 or 16685719. OLE color: 16685719.

HSL color Cylindrical-coordinate representation of color #979AFE: hue angle of 238.25º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #979AFE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151154254-
CMYK0.410.3900.00
HSL238.25º98.1%79.41%-
HSV(B)238.25º40.55%99.61%-
XYZ42.2136.8598.65-
YUV164.5178.51118.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=27.01%
G=27.55%
B=45.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511542540.410.3900.00238.2598.179.41
Hex979AFE292700ee624f
Octal227232376514700356142117
Binary100101111001101011111110101001100111001110111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,154,254); }

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

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

 a { background-color: rgb(151,154,254); }

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

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

 span { border-color: rgb(151,154,254); }

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