#979BFC

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

Shades of Portage #979BFC

Tints of Portage #979BFC

Color information

#979BFC (or 0x979BFC) is unknown color: approx Portage. HEX triplet: 97, 9B and FC. RGB value is (151,155,252). Sum of RGB (Red+Green+Blue) = 151+155+252=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #979BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFC is #686403. Grayscale: #A4A4A4. Windows color (decimal): -6841348 or 16554903. OLE color: 16554903.

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

Color convert

RGB151155252-
CMYK0.400.3800.01
HSL237.62º94.39%79.02%-
HSV(B)237.62º40.08%98.82%-
XYZ42.0537.0597.03-
YUV164.86177.17118.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.06%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=27.06%
G=27.78%
B=45.16%

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
Decimal1511552520.400.3800.01237.6294.3979.02
Hex979BFC282601ee5e4f
Octal227233374504601356136117
Binary100101111001101111111100101000100110011110111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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