#979AFA

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

Shades of Portage #979AFA

Tints of Portage #979AFA

Color information

#979AFA (or 0x979AFA) is unknown color: approx Portage. HEX triplet: 97, 9A and FA. RGB value is (151,154,250). Sum of RGB (Red+Green+Blue) = 151+154+250=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #979AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AFA is #686505. Grayscale: #A3A3A3. Windows color (decimal): -6841606 or 16423575. OLE color: 16423575.

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

Color convert

RGB151154250-
CMYK0.400.3800.02
HSL238.18º90.83%78.63%-
HSV(B)238.18º39.6%98.04%-
XYZ41.5736.5995.31-
YUV164.05176.51118.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=27.21%
G=27.75%
B=45.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511542500.400.3800.02238.1890.8378.63
Hex979AFA282602ee5b4f
Octal227232372504602356133117
Binary1001011110011010111110101010001001100101110111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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