#9195DE

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

Shades of Portage #9195DE

Tints of Portage #9195DE

Color information

#9195DE (or 0x9195DE) is unknown color: approx Portage. HEX triplet: 91, 95 and DE. RGB value is (145,149,222). Sum of RGB (Red+Green+Blue) = 145+149+222=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #9195DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195DE is #6E6A21. Grayscale: #9B9B9B. Windows color (decimal): -7236130 or 14587281. OLE color: 14587281.

HSL color Cylindrical-coordinate representation of color #9195DE: hue angle of 236.88º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9195DE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145149222-
CMYK0.350.3300.13
HSL236.88º53.85%71.96%-
HSV(B)236.88º34.68%87.06%-
XYZ35.6132.7973.56-
YUV156.13165.17120.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.10%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=28.10%
G=28.88%
B=43.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451492220.350.3300.13236.8853.8571.96
Hex9195DE23210Ded3648
Octal221225336434101535566110
Binary10010001100101011101111010001110000101101111011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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