#8193EF

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

Shades of Portage #8193EF

Tints of Portage #8193EF

Color information

#8193EF (or 0x8193EF) is unknown color: approx Portage. HEX triplet: 81, 93 and EF. RGB value is (129,147,239). Sum of RGB (Red+Green+Blue) = 129+147+239=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #8193EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8193EF is #7E6C10. Grayscale: #979797. Windows color (decimal): -8285201 or 15700865. OLE color: 15700865.

HSL color Cylindrical-coordinate representation of color #8193EF: hue angle of 230.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8193EF is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129147239-
CMYK0.460.3800.06
HSL230.18º77.46%72.16%-
HSV(B)230.18º46.03%93.73%-
XYZ35.0731.7785.94-
YUV152.11177.04111.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.05%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 239 (93.75% from 255) = 46.41%
R=25.05%
G=28.54%
B=46.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291472390.460.3800.06230.1877.4672.16
Hex8193EF2E2606e64d48
Octal201223357564606346115110
Binary10000001100100111110111110111010011001101110011010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8193EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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