#979DED

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

Shades of Portage #979DED

Tints of Portage #979DED

Color information

#979DED (or 0x979DED) is unknown color: approx Portage. HEX triplet: 97, 9D and ED. RGB value is (151,157,237). Sum of RGB (Red+Green+Blue) = 151+157+237=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #979DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DED is #686212. Grayscale: #A4A4A4. Windows color (decimal): -6840851 or 15572375. OLE color: 15572375.

HSL color Cylindrical-coordinate representation of color #979DED: hue angle of 235.81º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979DED is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151157237-
CMYK0.360.3400.07
HSL235.81º70.49%76.08%-
HSV(B)235.81º36.29%92.94%-
XYZ40.1136.8185.11-
YUV164.33169.01118.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.71%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=27.71%
G=28.81%
B=43.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511572370.360.3400.07235.8170.4976.08
Hex979DED242207ec464c
Octal227235355444207354106114
Binary10010111100111011110110110010010001001111110110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,157,237); }

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

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

 a { background-color: rgb(151,157,237); }

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

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

 span { border-color: rgb(151,157,237); }

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