#979AFF

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

Shades of Portage #979AFF

Tints of Portage #979AFF

Color information

#979AFF (or 0x979AFF) is unknown color: approx Portage. HEX triplet: 97, 9A and FF. RGB value is (151,154,255). Sum of RGB (Red+Green+Blue) = 151+154+255=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #979AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AFF is #686500. Grayscale: #A4A4A4. Windows color (decimal): -6841601 or 16751255. OLE color: 16751255.

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

Color convert

RGB151154255-
CMYK0.410.4000
HSL238.27º100%79.61%-
HSV(B)238.27º40.78%100%-
XYZ42.3736.9199.5-
YUV164.62179.01118.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 255 (100% from 255) = 45.54%
R=26.96%
G=27.5%
B=45.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511542550.410.4000238.2710079.61
Hex979AFF292800ee6450
Octal227232377515000356144120
Binary100101111001101011111111101001101000001110111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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