#8193DC

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

Shades of Portage #8193DC

Tints of Portage #8193DC

Color information

#8193DC (or 0x8193DC) is unknown color: approx Portage. HEX triplet: 81, 93 and DC. RGB value is (129,147,220). Sum of RGB (Red+Green+Blue) = 129+147+220=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #8193DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193DC is #7E6C23. Grayscale: #959595. Windows color (decimal): -8285220 or 14455681. OLE color: 14455681.

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

Color convert

RGB129147220-
CMYK0.410.3300.14
HSL228.13º56.52%68.43%-
HSV(B)228.13º41.36%86.27%-
XYZ32.4130.771.93-
YUV149.94167.54113.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.01%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=26.01%
G=29.64%
B=44.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291472200.410.3300.14228.1356.5268.43
Hex8193DC29210Ee43944
Octal201223334514101634471104
Binary10000001100100111101110010100110000101110111001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8193DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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