#9195DB

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

Shades of Portage #9195DB

Tints of Portage #9195DB

Color information

#9195DB (or 0x9195DB) is unknown color: approx Portage. HEX triplet: 91, 95 and DB. RGB value is (145,149,219). Sum of RGB (Red+Green+Blue) = 145+149+219=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #9195DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195DB is #6E6A24. Grayscale: #9B9B9B. Windows color (decimal): -7236133 or 14390673. OLE color: 14390673.

HSL color Cylindrical-coordinate representation of color #9195DB: hue angle of 236.76º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9195DB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145149219-
CMYK0.340.3200.14
HSL236.76º50.68%71.37%-
HSV(B)236.76º33.79%85.88%-
XYZ35.2132.6371.46-
YUV155.78163.67120.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.27%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=28.27%
G=29.04%
B=42.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451492190.340.3200.14236.7650.6871.37
Hex9195DB22200Eed3347
Octal221225333424001635563107
Binary10010001100101011101101110001010000001110111011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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