#979FFF

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

Shades of Portage #979FFF

Tints of Portage #979FFF

Color information

#979FFF (or 0x979FFF) is unknown color: approx Portage. HEX triplet: 97, 9F and FF. RGB value is (151,159,255). Sum of RGB (Red+Green+Blue) = 151+159+255=565 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.73% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #979FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FFF is #686000. Grayscale: #A7A7A7. Windows color (decimal): -6840321 or 16752535. OLE color: 16752535.

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

Color convert

RGB151159255-
CMYK0.410.3800
HSL235.38º100%79.61%-
HSV(B)235.38º40.78%100%-
XYZ43.2138.699.78-
YUV167.55177.35116.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.73%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 255 (100% from 255) = 45.13%
R=26.73%
G=28.14%
B=45.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511592550.410.3800235.3810079.61
Hex979FFF292600eb6450
Octal227237377514600353144120
Binary100101111001111111111111101001100110001110101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,159,255); }

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

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

 a { background-color: rgb(151,159,255); }

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

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

 span { border-color: rgb(151,159,255); }

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