#8285D7

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

Shades of Portage #8285D7

Tints of Portage #8285D7

Color information

#8285D7 (or 0x8285D7) is unknown color: approx Portage. HEX triplet: 82, 85 and D7. RGB value is (130,133,215). Sum of RGB (Red+Green+Blue) = 130+133+215=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #8285D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285D7 is #7D7A28. Grayscale: #8D8D8D. Windows color (decimal): -8223273 or 14124418. OLE color: 14124418.

HSL color Cylindrical-coordinate representation of color #8285D7: hue angle of 237.88º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8285D7 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130133215-
CMYK0.400.3800.16
HSL237.88º51.52%67.65%-
HSV(B)237.88º39.53%84.31%-
XYZ29.8626.4367.82-
YUV141.45169.51119.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 215 (84.38% from 255) = 44.98%
R=27.20%
G=27.82%
B=44.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301332150.400.3800.16237.8851.5267.65
Hex8285D72826010ee3444
Octal202205327504602035664104
Binary100000101000010111010111101000100110010000111011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8285D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8285D7; }

 p { color: rgb(130,133,215); }

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

<style>
 a { background-color: #8285D7; }

 a { background-color: rgb(130,133,215); }

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

<style>
 span { border-color: #8285D7; }

 span { border-color: rgb(130,133,215); }

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