#979DFF

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

Shades of Portage #979DFF

Tints of Portage #979DFF

Color information

#979DFF (or 0x979DFF) is unknown color: approx Portage. HEX triplet: 97, 9D and FF. RGB value is (151,157,255). Sum of RGB (Red+Green+Blue) = 151+157+255=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #979DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DFF is #686200. Grayscale: #A5A5A5. Windows color (decimal): -6840833 or 16752023. OLE color: 16752023.

HSL color Cylindrical-coordinate representation of color #979DFF: hue angle of 236.54º 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 #979DFF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB151157255-
CMYK0.410.3800
HSL236.54º100%79.61%-
HSV(B)236.54º40.78%100%-
XYZ42.8737.9199.67-
YUV166.38178.01117.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.82%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 255 (100% from 255) = 45.29%
R=26.82%
G=27.89%
B=45.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511572550.410.3800236.5410079.61
Hex979DFF292600ed6450
Octal227235377514600355144120
Binary100101111001110111111111101001100110001110110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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