#8393D0

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

Shades of Portage #8393D0

Tints of Portage #8393D0

Color information

#8393D0 (or 0x8393D0) is unknown color: approx Portage. HEX triplet: 83, 93 and D0. RGB value is (131,147,208). Sum of RGB (Red+Green+Blue) = 131+147+208=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #8393D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393D0 is #7C6C2F. Grayscale: #949494. Windows color (decimal): -8154160 or 13669251. OLE color: 13669251.

HSL color Cylindrical-coordinate representation of color #8393D0: hue angle of 227.53º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8393D0 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131147208-
CMYK0.370.2900.18
HSL227.53º45.03%66.47%-
HSV(B)227.53º37.02%81.57%-
XYZ31.1830.2563.87-
YUV149.17161.2115.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.95%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=26.95%
G=30.25%
B=42.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311472080.370.2900.18227.5345.0366.47
Hex8393D0251D012e42d42
Octal203223320453502234455102
Binary10000011100100111101000010010111101010010111001001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8393D0; }

 p { color: rgb(131,147,208); }

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

<style>
 a { background-color: #8393D0; }

 a { background-color: rgb(131,147,208); }

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

<style>
 span { border-color: #8393D0; }

 span { border-color: rgb(131,147,208); }

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