#8B91D8

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

Shades of Portage #8B91D8

Tints of Portage #8B91D8

Color information

#8B91D8 (or 0x8B91D8) is unknown color: approx Portage. HEX triplet: 8B, 91 and D8. RGB value is (139,145,216). Sum of RGB (Red+Green+Blue) = 139+145+216=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B91D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B91D8 is #746E27. Grayscale: #979797. Windows color (decimal): -7630376 or 14193035. OLE color: 14193035.

HSL color Cylindrical-coordinate representation of color #8B91D8: hue angle of 235.32º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B91D8 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139145216-
CMYK0.360.3300.15
HSL235.32º49.68%69.61%-
HSV(B)235.32º35.65%84.71%-
XYZ33.1730.769.14-
YUV151.3164.51119.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=27.8%
G=29%
B=43.2%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391452160.360.3300.15235.3249.6869.61
Hex8B91D824210Feb3246
Octal213221330444101735362106
Binary10001011100100011101100010010010000101111111010111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B91D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B91D8; }

 p { color: rgb(139,145,216); }

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

<style>
 a { background-color: #8B91D8; }

 a { background-color: rgb(139,145,216); }

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

<style>
 span { border-color: #8B91D8; }

 span { border-color: rgb(139,145,216); }

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