#979BDF

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

Shades of Portage #979BDF

Tints of Portage #979BDF

Color information

#979BDF (or 0x979BDF) is unknown color: approx Portage. HEX triplet: 97, 9B and DF. RGB value is (151,155,223). Sum of RGB (Red+Green+Blue) = 151+155+223=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #979BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BDF is #686420. Grayscale: #A1A1A1. Windows color (decimal): -6841377 or 14654359. OLE color: 14654359.

HSL color Cylindrical-coordinate representation of color #979BDF: hue angle of 236.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979BDF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151155223-
CMYK0.320.3000.13
HSL236.67º52.94%73.33%-
HSV(B)236.67º32.29%87.45%-
XYZ37.835.3574.64-
YUV161.56162.67120.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=28.54%
G=29.30%
B=42.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511552230.320.3000.13236.6752.9473.33
Hex979BDF201E0Ded3549
Octal227233337403601535565111
Binary1001011110011011110111111000001111001101111011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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