#8592DB

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

Shades of Portage #8592DB

Tints of Portage #8592DB

Color information

#8592DB (or 0x8592DB) is unknown color: approx Portage. HEX triplet: 85, 92 and DB. RGB value is (133,146,219). Sum of RGB (Red+Green+Blue) = 133+146+219=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #8592DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592DB is #7A6D24. Grayscale: #969696. Windows color (decimal): -8023333 or 14389893. OLE color: 14389893.

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

Color convert

RGB133146219-
CMYK0.390.3300.14
HSL230.93º54.43%69.02%-
HSV(B)230.93º39.27%85.88%-
XYZ32.7430.6671.21-
YUV150.44166.69115.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 219 (85.94% from 255) = 43.98%
R=26.71%
G=29.32%
B=43.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331462190.390.3300.14230.9354.4369.02
Hex8592DB27210Ee73645
Octal205222333474101634766105
Binary10000101100100101101101110011110000101110111001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8592DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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