#979BFB

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

Shades of Portage #979BFB

Tints of Portage #979BFB

Color information

#979BFB (or 0x979BFB) is unknown color: approx Portage. HEX triplet: 97, 9B and FB. RGB value is (151,155,251). Sum of RGB (Red+Green+Blue) = 151+155+251=557 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.11% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #979BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFB is #686404. Grayscale: #A4A4A4. Windows color (decimal): -6841349 or 16489367. OLE color: 16489367.

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

Color convert

RGB151155251-
CMYK0.400.3800.02
HSL237.6º92.59%78.82%-
HSV(B)237.6º39.84%98.43%-
XYZ41.936.9996.2-
YUV164.75176.67118.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.11%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=27.11%
G=27.83%
B=45.06%

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
Decimal1511552510.400.3800.02237.692.5978.82
Hex979BFB282602ee5d4f
Octal227233373504602356135117
Binary1001011110011011111110111010001001100101110111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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