#9195EC

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

Shades of Portage #9195EC

Tints of Portage #9195EC

Color information

#9195EC (or 0x9195EC) is unknown color: approx Portage. HEX triplet: 91, 95 and EC. RGB value is (145,149,236). Sum of RGB (Red+Green+Blue) = 145+149+236=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #9195EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9195EC is #6E6A13. Grayscale: #9D9D9D. Windows color (decimal): -7236116 or 15504785. OLE color: 15504785.

HSL color Cylindrical-coordinate representation of color #9195EC: hue angle of 237.36º degrees, saturation: 0.71, 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 #9195EC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145149236-
CMYK0.390.3700.07
HSL237.36º70.54%74.71%-
HSV(B)237.36º38.56%92.55%-
XYZ37.5633.5783.86-
YUV157.72172.17118.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.36%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=27.36%
G=28.11%
B=44.53%

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
Decimal1451492360.390.3700.07237.3670.5474.71
Hex9195EC272507ed474b
Octal221225354474507355107113
Binary10010001100101011110110010011110010101111110110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9195EC; }

 p { color: rgb(145,149,236); }

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

<style>
 a { background-color: #9195EC; }

 a { background-color: rgb(145,149,236); }

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

<style>
 span { border-color: #9195EC; }

 span { border-color: rgb(145,149,236); }

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