#8393CA

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

Shades of Portage #8393CA

Tints of Portage #8393CA

Color information

#8393CA (or 0x8393CA) is unknown color: approx Portage. HEX triplet: 83, 93 and CA. RGB value is (131,147,202). Sum of RGB (Red+Green+Blue) = 131+147+202=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8393CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393CA is #7C6C35. Grayscale: #949494. Windows color (decimal): -8154166 or 13276035. OLE color: 13276035.

HSL color Cylindrical-coordinate representation of color #8393CA: hue angle of 226.48º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8393CA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131147202-
CMYK0.350.2700.21
HSL226.48º40.11%65.29%-
HSV(B)226.48º35.15%79.22%-
XYZ30.4529.9660.05-
YUV148.49158.2115.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.29%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=27.29%
G=30.62%
B=42.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311472020.350.2700.21226.4840.1165.29
Hex8393CA231B015e22841
Octal203223312433302534250101
Binary10000011100100111100101010001111011010101111000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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