#9795EE

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

Shades of Portage #9795EE

Tints of Portage #9795EE

Color information

#9795EE (or 0x9795EE) is unknown color: approx Portage. HEX triplet: 97, 95 and EE. RGB value is (151,149,238). Sum of RGB (Red+Green+Blue) = 151+149+238=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #9795EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9795EE is #686A11. Grayscale: #9F9F9F. Windows color (decimal): -6842898 or 15635863. OLE color: 15635863.

HSL color Cylindrical-coordinate representation of color #9795EE: hue angle of 241.35º 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 #9795EE is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151149238-
CMYK0.370.3700.07
HSL241.35º72.36%75.88%-
HSV(B)241.35º37.39%93.33%-
XYZ38.9434.2585.45-
YUV159.74172.16121.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.07%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=28.07%
G=27.70%
B=44.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511492380.370.3700.07241.3572.3675.88
Hex9795EE252507f1484c
Octal227225356454507361110114
Binary10010111100101011110111010010110010101111111000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9795EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9795EE; }

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

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

<style>
 a { background-color: #9795EE; }

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

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

<style>
 span { border-color: #9795EE; }

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

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