#8491DF

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

Shades of Portage #8491DF

Tints of Portage #8491DF

Color information

#8491DF (or 0x8491DF) is unknown color: approx Portage. HEX triplet: 84, 91 and DF. RGB value is (132,145,223). Sum of RGB (Red+Green+Blue) = 132+145+223=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #8491DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491DF is #7B6E20. Grayscale: #959595. Windows color (decimal): -8089121 or 14651780. OLE color: 14651780.

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

Color convert

RGB132145223-
CMYK0.410.3500.13
HSL231.43º58.71%69.61%-
HSV(B)231.43º40.81%87.45%-
XYZ32.9630.4873.96-
YUV150169.19115.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=26.4%
G=29%
B=44.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321452230.410.3500.13231.4358.7169.61
Hex8491DF29230De73b46
Octal204221337514301534773106
Binary10000100100100011101111110100110001101101111001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8491DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,145,223); }

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

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

 a { background-color: rgb(132,145,223); }

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

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

 span { border-color: rgb(132,145,223); }

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