#8592DF

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

Shades of Portage #8592DF

Tints of Portage #8592DF

Color information

#8592DF (or 0x8592DF) is unknown color: approx Portage. HEX triplet: 85, 92 and DF. RGB value is (133,146,223). Sum of RGB (Red+Green+Blue) = 133+146+223=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #8592DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592DF is #7A6D20. Grayscale: #969696. Windows color (decimal): -8023329 or 14652037. OLE color: 14652037.

HSL color Cylindrical-coordinate representation of color #8592DF: hue angle of 231.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8592DF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133146223-
CMYK0.400.3500.13
HSL231.33º58.44%69.8%-
HSV(B)231.33º40.36%87.45%-
XYZ33.2730.8774.02-
YUV150.89168.69115.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 223 (87.5% from 255) = 44.42%
R=26.49%
G=29.08%
B=44.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331462230.400.3500.13231.3358.4469.8
Hex8592DF28230De73a46
Octal205222337504301534772106
Binary10000101100100101101111110100010001101101111001111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8592DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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