#979DEE

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

Shades of Portage #979DEE

Tints of Portage #979DEE

Color information

#979DEE (or 0x979DEE) is unknown color: approx Portage. HEX triplet: 97, 9D and EE. RGB value is (151,157,238). Sum of RGB (Red+Green+Blue) = 151+157+238=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #979DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DEE is #686211. Grayscale: #A4A4A4. Windows color (decimal): -6840850 or 15637911. OLE color: 15637911.

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

Color convert

RGB151157238-
CMYK0.370.3400.07
HSL235.86º71.9%76.27%-
HSV(B)235.86º36.55%93.33%-
XYZ40.2536.8785.88-
YUV164.44169.51118.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=27.66%
G=28.75%
B=43.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511572380.370.3400.07235.8671.976.27
Hex979DEE252207ec484c
Octal227235356454207354110114
Binary10010111100111011110111010010110001001111110110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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