#8B9AED

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

Shades of Portage #8B9AED

Tints of Portage #8B9AED

Color information

#8B9AED (or 0x8B9AED) is unknown color: approx Portage. HEX triplet: 8B, 9A and ED. RGB value is (139,154,237). Sum of RGB (Red+Green+Blue) = 139+154+237=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9AED is #746512. Grayscale: #9E9E9E. Windows color (decimal): -7628051 or 15571595. OLE color: 15571595.

HSL color Cylindrical-coordinate representation of color #8B9AED: hue angle of 230.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B9AED is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139154237-
CMYK0.410.3500.07
HSL230.82º73.13%73.73%-
HSV(B)230.82º41.35%92.94%-
XYZ37.4934.7184.85-
YUV158.98172.03113.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=26.23%
G=29.06%
B=44.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391542370.410.3500.07230.8273.1373.73
Hex8B9AED292307e7494a
Octal213232355514307347111112
Binary10001011100110101110110110100110001101111110011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,154,237); }

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

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

 a { background-color: rgb(139,154,237); }

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

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

 span { border-color: rgb(139,154,237); }

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