#979DFC

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

Shades of Portage #979DFC

Tints of Portage #979DFC

Color information

#979DFC (or 0x979DFC) is unknown color: approx Portage. HEX triplet: 97, 9D and FC. RGB value is (151,157,252). Sum of RGB (Red+Green+Blue) = 151+157+252=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #979DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DFC is #686203. Grayscale: #A5A5A5. Windows color (decimal): -6840836 or 16555415. OLE color: 16555415.

HSL color Cylindrical-coordinate representation of color #979DFC: hue angle of 236.44º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979DFC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151157252-
CMYK0.400.3800.01
HSL236.44º94.39%79.02%-
HSV(B)236.44º40.08%98.82%-
XYZ42.3937.7297.14-
YUV166.04176.51117.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 252 (98.83% from 255) = 45%
R=26.96%
G=28.04%
B=45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511572520.400.3800.01236.4494.3979.02
Hex979DFC282601ec5e4f
Octal227235374504601354136117
Binary100101111001110111111100101000100110011110110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,157,252); }

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

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

 a { background-color: rgb(151,157,252); }

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

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

 span { border-color: rgb(151,157,252); }

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