#9193DC

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

Shades of Portage #9193DC

Tints of Portage #9193DC

Color information

#9193DC (or 0x9193DC) is unknown color: approx Portage. HEX triplet: 91, 93 and DC. RGB value is (145,147,220). Sum of RGB (Red+Green+Blue) = 145+147+220=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #9193DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9193DC is #6E6C23. Grayscale: #9A9A9A. Windows color (decimal): -7236644 or 14455697. OLE color: 14455697.

HSL color Cylindrical-coordinate representation of color #9193DC: hue angle of 238.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9193DC is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145147220-
CMYK0.340.3300.14
HSL238.4º51.72%71.57%-
HSV(B)238.4º34.09%86.27%-
XYZ35.0332.0572.05-
YUV154.72164.84121.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=28.32%
G=28.71%
B=42.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451472200.340.3300.14238.451.7271.57
Hex9193DC22210Eee3448
Octal221223334424101635664110
Binary10010001100100111101110010001010000101110111011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9193DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9193DC; }

 p { color: rgb(145,147,220); }

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

<style>
 a { background-color: #9193DC; }

 a { background-color: rgb(145,147,220); }

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

<style>
 span { border-color: #9193DC; }

 span { border-color: rgb(145,147,220); }

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