#9195D5

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

Shades of Portage #9195D5

Tints of Portage #9195D5

Color information

#9195D5 (or 0x9195D5) is unknown color: approx Portage. HEX triplet: 91, 95 and D5. RGB value is (145,149,213). Sum of RGB (Red+Green+Blue) = 145+149+213=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #9195D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195D5 is #6E6A2A. Grayscale: #9A9A9A. Windows color (decimal): -7236139 or 13997457. OLE color: 13997457.

HSL color Cylindrical-coordinate representation of color #9195D5: hue angle of 236.47º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9195D5 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145149213-
CMYK0.320.3000.16
HSL236.47º44.74%70.2%-
HSV(B)236.47º31.92%83.53%-
XYZ34.4332.3267.37-
YUV155.1160.67120.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.60%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 213 (83.59% from 255) = 42.01%
R=28.60%
G=29.39%
B=42.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451492130.320.3000.16236.4744.7470.2
Hex9195D5201E010ec2d46
Octal221225325403602035455106
Binary10010001100101011101010110000011110010000111011001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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