#8293CD

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

Shades of Portage #8293CD

Tints of Portage #8293CD

Color information

#8293CD (or 0x8293CD) is unknown color: approx Portage. HEX triplet: 82, 93 and CD. RGB value is (130,147,205). Sum of RGB (Red+Green+Blue) = 130+147+205=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #8293CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293CD is #7D6C32. Grayscale: #949494. Windows color (decimal): -8219699 or 13472642. OLE color: 13472642.

HSL color Cylindrical-coordinate representation of color #8293CD: hue angle of 226.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8293CD is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130147205-
CMYK0.370.2800.20
HSL226.4º42.86%65.69%-
HSV(B)226.4º36.59%80.39%-
XYZ30.6630.0261.94-
YUV148.53159.87114.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=26.97%
G=30.50%
B=42.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301472050.370.2800.20226.442.8665.69
Hex8293CD251C014e22b42
Octal202223315453402434253102
Binary10000010100100111100110110010111100010100111000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8293CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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