#8285DB

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

Shades of Portage #8285DB

Tints of Portage #8285DB

Color information

#8285DB (or 0x8285DB) is unknown color: approx Portage. HEX triplet: 82, 85 and DB. RGB value is (130,133,219). Sum of RGB (Red+Green+Blue) = 130+133+219=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8285DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285DB is #7D7A24. Grayscale: #8D8D8D. Windows color (decimal): -8223269 or 14386562. OLE color: 14386562.

HSL color Cylindrical-coordinate representation of color #8285DB: hue angle of 237.98º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8285DB is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130133219-
CMYK0.410.3900.14
HSL237.98º55.28%68.43%-
HSV(B)237.98º40.64%85.88%-
XYZ30.3826.6470.56-
YUV141.91171.51119.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 219 (85.94% from 255) = 45.44%
R=26.97%
G=27.59%
B=45.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301332190.410.3900.14237.9855.2868.43
Hex8285DB29270Eee3744
Octal202205333514701635667104
Binary10000010100001011101101110100110011101110111011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8285DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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