#9194DC

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

Shades of Portage #9194DC

Tints of Portage #9194DC

Color information

#9194DC (or 0x9194DC) is unknown color: approx Portage. HEX triplet: 91, 94 and DC. RGB value is (145,148,220). Sum of RGB (Red+Green+Blue) = 145+148+220=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #9194DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9194DC is #6E6B23. Grayscale: #9B9B9B. Windows color (decimal): -7236388 or 14455953. OLE color: 14455953.

HSL color Cylindrical-coordinate representation of color #9194DC: hue angle of 237.6º 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 #9194DC is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145148220-
CMYK0.340.3300.14
HSL237.6º51.72%71.57%-
HSV(B)237.6º34.09%86.27%-
XYZ35.1932.3772.1-
YUV155.31164.51120.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.27%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=28.27%
G=28.85%
B=42.88%

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
Decimal1451482200.340.3300.14237.651.7271.57
Hex9194DC22210Eee3448
Octal221224334424101635664110
Binary10010001100101001101110010001010000101110111011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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