#9197EE

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

Shades of Portage #9197EE

Tints of Portage #9197EE

Color information

#9197EE (or 0x9197EE) is unknown color: approx Portage. HEX triplet: 91, 97 and EE. RGB value is (145,151,238). Sum of RGB (Red+Green+Blue) = 145+151+238=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #9197EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9197EE is #6E6811. Grayscale: #9E9E9E. Windows color (decimal): -7235602 or 15636369. OLE color: 15636369.

HSL color Cylindrical-coordinate representation of color #9197EE: hue angle of 236.13º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9197EE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145151238-
CMYK0.390.3700.07
HSL236.13º73.23%75.1%-
HSV(B)236.13º39.08%93.33%-
XYZ38.1834.3385.5-
YUV159.12172.51117.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.15%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=27.15%
G=28.28%
B=44.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451512380.390.3700.07236.1373.2375.1
Hex9197EE272507ec494b
Octal221227356474507354111113
Binary10010001100101111110111010011110010101111110110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9197EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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