#9195ED

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

Shades of Portage #9195ED

Tints of Portage #9195ED

Color information

#9195ED (or 0x9195ED) is unknown color: approx Portage. HEX triplet: 91, 95 and ED. RGB value is (145,149,237). Sum of RGB (Red+Green+Blue) = 145+149+237=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #9195ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9195ED is #6E6A12. Grayscale: #9D9D9D. Windows color (decimal): -7236115 or 15570321. OLE color: 15570321.

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

Color convert

RGB145149237-
CMYK0.390.3700.07
HSL237.39º71.88%74.9%-
HSV(B)237.39º38.82%92.94%-
XYZ37.7133.6384.62-
YUV157.84172.67118.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.31%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=27.31%
G=28.06%
B=44.63%

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
Decimal1451492370.390.3700.07237.3971.8874.9
Hex9195ED272507ed484b
Octal221225355474507355110113
Binary10010001100101011110110110011110010101111110110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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