#8B9BE7

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

Shades of Portage #8B9BE7

Tints of Portage #8B9BE7

Color information

#8B9BE7 (or 0x8B9BE7) is unknown color: approx Portage. HEX triplet: 8B, 9B and E7. RGB value is (139,155,231). Sum of RGB (Red+Green+Blue) = 139+155+231=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #8B9BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9BE7 is #746418. Grayscale: #9E9E9E. Windows color (decimal): -7627801 or 15178635. OLE color: 15178635.

HSL color Cylindrical-coordinate representation of color #8B9BE7: hue angle of 229.57º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B9BE7 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139155231-
CMYK0.400.3300.09
HSL229.57º65.71%72.55%-
HSV(B)229.57º39.83%90.59%-
XYZ36.7934.780.36-
YUV158.88168.7113.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.48%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 231 (90.62% from 255) = 44%
R=26.48%
G=29.52%
B=44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391552310.400.3300.09229.5765.7172.55
Hex8B9BE7282109e64249
Octal2132333475041011346102111
Binary100010111001101111100111101000100001010011110011010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,231); }

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

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

 a { background-color: rgb(139,155,231); }

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

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

 span { border-color: rgb(139,155,231); }

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