#8591CE

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

Shades of Portage #8591CE

Tints of Portage #8591CE

Color information

#8591CE (or 0x8591CE) is unknown color: approx Portage. HEX triplet: 85, 91 and CE. RGB value is (133,145,206). Sum of RGB (Red+Green+Blue) = 133+145+206=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8591CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8591CE is #7A6E31. Grayscale: #949494. Windows color (decimal): -8023602 or 13537669. OLE color: 13537669.

HSL color Cylindrical-coordinate representation of color #8591CE: hue angle of 230.14º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8591CE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133145206-
CMYK0.350.3000.19
HSL230.14º42.69%66.47%-
HSV(B)230.14º35.44%80.78%-
XYZ30.9429.6962.49-
YUV148.37160.52117.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=27.48%
G=29.96%
B=42.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331452060.350.3000.19230.1442.6966.47
Hex8591CE231E013e62b42
Octal205221316433602334653102
Binary10000101100100011100111010001111110010011111001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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