#8B91CE

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

Shades of Portage #8B91CE

Tints of Portage #8B91CE

Color information

#8B91CE (or 0x8B91CE) is unknown color: approx Portage. HEX triplet: 8B, 91 and CE. RGB value is (139,145,206). Sum of RGB (Red+Green+Blue) = 139+145+206=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B91CE is #746E31. Grayscale: #959595. Windows color (decimal): -7630386 or 13537675. OLE color: 13537675.

HSL color Cylindrical-coordinate representation of color #8B91CE: hue angle of 234.63º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B91CE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139145206-
CMYK0.330.3000.19
HSL234.63º40.61%67.65%-
HSV(B)234.63º32.52%80.78%-
XYZ31.9130.262.54-
YUV150.16159.51120.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.37%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=28.37%
G=29.59%
B=42.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391452060.330.3000.19234.6340.6167.65
Hex8B91CE211E013eb2944
Octal213221316413602335351104
Binary10001011100100011100111010000111110010011111010111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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