#8293CE

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

Shades of Portage #8293CE

Tints of Portage #8293CE

Color information

#8293CE (or 0x8293CE) is unknown color: approx Portage. HEX triplet: 82, 93 and CE. RGB value is (130,147,206). Sum of RGB (Red+Green+Blue) = 130+147+206=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #8293CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293CE is #7D6C31. Grayscale: #949494. Windows color (decimal): -8219698 or 13538178. OLE color: 13538178.

HSL color Cylindrical-coordinate representation of color #8293CE: hue angle of 226.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8293CE is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130147206-
CMYK0.370.2900.19
HSL226.58º43.68%65.88%-
HSV(B)226.58º36.89%80.78%-
XYZ30.7830.0762.57-
YUV148.64160.37114.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=26.92%
G=30.43%
B=42.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301472060.370.2900.19226.5843.6865.88
Hex8293CE251D013e32c42
Octal202223316453502334354102
Binary10000010100100111100111010010111101010011111000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8293CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8293CE; }

 p { color: rgb(130,147,206); }

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

<style>
 a { background-color: #8293CE; }

 a { background-color: rgb(130,147,206); }

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

<style>
 span { border-color: #8293CE; }

 span { border-color: rgb(130,147,206); }

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