#979BFF

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

Shades of Portage #979BFF

Tints of Portage #979BFF

Color information

#979BFF (or 0x979BFF) is unknown color: approx Portage. HEX triplet: 97, 9B and FF. RGB value is (151,155,255). Sum of RGB (Red+Green+Blue) = 151+155+255=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #979BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFF is #686400. Grayscale: #A4A4A4. Windows color (decimal): -6841345 or 16751511. OLE color: 16751511.

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

Color convert

RGB151155255-
CMYK0.410.3900
HSL237.69º100%79.61%-
HSV(B)237.69º40.78%100%-
XYZ42.5337.2499.55-
YUV165.2178.67117.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.92%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 255 (100% from 255) = 45.45%
R=26.92%
G=27.63%
B=45.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511552550.410.3900237.6910079.61
Hex979BFF292700ee6450
Octal227233377514700356144120
Binary100101111001101111111111101001100111001110111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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