#8193DE

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

Shades of Portage #8193DE

Tints of Portage #8193DE

Color information

#8193DE (or 0x8193DE) is unknown color: approx Portage. HEX triplet: 81, 93 and DE. RGB value is (129,147,222). Sum of RGB (Red+Green+Blue) = 129+147+222=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #8193DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193DE is #7E6C21. Grayscale: #959595. Windows color (decimal): -8285218 or 14586753. OLE color: 14586753.

HSL color Cylindrical-coordinate representation of color #8193DE: hue angle of 228.39º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8193DE is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129147222-
CMYK0.420.3400.13
HSL228.39º58.49%68.82%-
HSV(B)228.39º41.89%87.06%-
XYZ32.6730.8173.33-
YUV150.17168.54112.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.90%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=25.90%
G=29.52%
B=44.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291472220.420.3400.13228.3958.4968.82
Hex8193DE2A220De43a45
Octal201223336524201534472105
Binary10000001100100111101111010101010001001101111001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8193DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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