#979BFD

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

Shades of Portage #979BFD

Tints of Portage #979BFD

Color information

#979BFD (or 0x979BFD) is unknown color: approx Portage. HEX triplet: 97, 9B and FD. RGB value is (151,155,253). Sum of RGB (Red+Green+Blue) = 151+155+253=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #979BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFD is #686402. Grayscale: #A4A4A4. Windows color (decimal): -6841347 or 16620439. OLE color: 16620439.

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

Color convert

RGB151155253-
CMYK0.400.3900.01
HSL237.65º96.23%79.22%-
HSV(B)237.65º40.32%99.22%-
XYZ42.2137.1197.87-
YUV164.98177.67118.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=27.01%
G=27.73%
B=45.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511552530.400.3900.01237.6596.2379.22
Hex979BFD282701ee604f
Octal227233375504701356140117
Binary100101111001101111111101101000100111011110111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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