#8B91D9

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

Shades of Portage #8B91D9

Tints of Portage #8B91D9

Color information

#8B91D9 (or 0x8B91D9) is unknown color: approx Portage. HEX triplet: 8B, 91 and D9. RGB value is (139,145,217). Sum of RGB (Red+Green+Blue) = 139+145+217=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #8B91D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B91D9 is #746E26. Grayscale: #979797. Windows color (decimal): -7630375 or 14258571. OLE color: 14258571.

HSL color Cylindrical-coordinate representation of color #8B91D9: hue angle of 235.38º degrees, saturation: 0.51, 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 #8B91D9 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139145217-
CMYK0.360.3300.15
HSL235.38º50.65%69.8%-
HSV(B)235.38º35.94%85.1%-
XYZ33.330.7569.83-
YUV151.41165.01119.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 217 (85.16% from 255) = 43.31%
R=27.74%
G=28.94%
B=43.31%

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
Decimal1391452170.360.3300.15235.3850.6569.8
Hex8B91D924210Feb3346
Octal213221331444101735363106
Binary10001011100100011101100110010010000101111111010111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B91D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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