#8193CA

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

Shades of Portage #8193CA

Tints of Portage #8193CA

Color information

#8193CA (or 0x8193CA) is unknown color: approx Portage. HEX triplet: 81, 93 and CA. RGB value is (129,147,202). Sum of RGB (Red+Green+Blue) = 129+147+202=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #8193CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193CA is #7E6C35. Grayscale: #939393. Windows color (decimal): -8285238 or 13276033. OLE color: 13276033.

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

Color convert

RGB129147202-
CMYK0.360.2700.21
HSL225.21º40.78%64.9%-
HSV(B)225.21º36.14%79.22%-
XYZ30.1529.860.04-
YUV147.89158.54114.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=26.99%
G=30.75%
B=42.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291472020.360.2700.21225.2140.7864.9
Hex8193CA241B015e12941
Octal201223312443302534151101
Binary10000001100100111100101010010011011010101111000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8193CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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