#979DFA

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

Shades of Portage #979DFA

Tints of Portage #979DFA

Color information

#979DFA (or 0x979DFA) is unknown color: approx Portage. HEX triplet: 97, 9D and FA. RGB value is (151,157,250). Sum of RGB (Red+Green+Blue) = 151+157+250=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #979DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DFA is #686205. Grayscale: #A5A5A5. Windows color (decimal): -6840838 or 16424343. OLE color: 16424343.

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

Color convert

RGB151157250-
CMYK0.400.3700.02
HSL236.36º90.83%78.63%-
HSV(B)236.36º39.6%98.04%-
XYZ42.0737.695.48-
YUV165.81175.51117.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.06%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=27.06%
G=28.14%
B=44.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511572500.400.3700.02236.3690.8378.63
Hex979DFA282502ec5b4f
Octal227235372504502354133117
Binary1001011110011101111110101010001001010101110110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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