#8591FD

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

Shades of Portage #8591FD

Tints of Portage #8591FD

Color information

#8591FD (or 0x8591FD) is unknown color: approx Portage. HEX triplet: 85, 91 and FD. RGB value is (133,145,253). Sum of RGB (Red+Green+Blue) = 133+145+253=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8591FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8591FD is #7A6E02. Grayscale: #999999. Windows color (decimal): -8023555 or 16617861. OLE color: 16617861.

HSL color Cylindrical-coordinate representation of color #8591FD: hue angle of 234º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8591FD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133145253-
CMYK0.470.4300.01
HSL234º96.77%75.69%-
HSV(B)234º47.43%99.22%-
XYZ37.5332.3397.19-
YUV153.72184.02113.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.05%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=25.05%
G=27.31%
B=47.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331452530.470.4300.0123496.7775.69
Hex8591FD2F2B01ea614c
Octal205221375575301352141114
Binary100001011001000111111101101111101011011110101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8591FD; }

 p { color: rgb(133,145,253); }

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

<style>
 a { background-color: #8591FD; }

 a { background-color: rgb(133,145,253); }

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

<style>
 span { border-color: #8591FD; }

 span { border-color: rgb(133,145,253); }

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