#9195D4

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

Shades of Portage #9195D4

Tints of Portage #9195D4

Color information

#9195D4 (or 0x9195D4) is unknown color: approx Portage. HEX triplet: 91, 95 and D4. RGB value is (145,149,212). Sum of RGB (Red+Green+Blue) = 145+149+212=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #9195D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195D4 is #6E6A2B. Grayscale: #9A9A9A. Windows color (decimal): -7236140 or 13931921. OLE color: 13931921.

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

Color convert

RGB145149212-
CMYK0.320.3000.17
HSL236.42º43.79%70%-
HSV(B)236.42º31.6%83.14%-
XYZ34.3132.2766.71-
YUV154.99160.17120.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.66%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=28.66%
G=29.45%
B=41.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1451492120.320.3000.17236.4243.7970
Hex9195D4201E011ec2c46
Octal221225324403602135454106
Binary10010001100101011101010010000011110010001111011001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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