#8394CA

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

Shades of Portage #8394CA

Tints of Portage #8394CA

Color information

#8394CA (or 0x8394CA) is unknown color: approx Portage. HEX triplet: 83, 94 and CA. RGB value is (131,148,202). Sum of RGB (Red+Green+Blue) = 131+148+202=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #8394CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394CA is #7C6B35. Grayscale: #949494. Windows color (decimal): -8153910 or 13276291. OLE color: 13276291.

HSL color Cylindrical-coordinate representation of color #8394CA: hue angle of 225.63º 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 #8394CA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131148202-
CMYK0.350.2700.21
HSL225.63º40.11%65.29%-
HSV(B)225.63º35.15%79.22%-
XYZ30.6130.2760.11-
YUV149.07157.87115.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.23%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=27.23%
G=30.77%
B=42.00%

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
Decimal1311482020.350.2700.21225.6340.1165.29
Hex8394CA231B015e22841
Octal203224312433302534250101
Binary10000011100101001100101010001111011010101111000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8394CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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