#8B9ADA

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

Shades of Portage #8B9ADA

Tints of Portage #8B9ADA

Color information

#8B9ADA (or 0x8B9ADA) is unknown color: approx Portage. HEX triplet: 8B, 9A and DA. RGB value is (139,154,218). Sum of RGB (Red+Green+Blue) = 139+154+218=511 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.20% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ADA is #746525. Grayscale: #9C9C9C. Windows color (decimal): -7628070 or 14326411. OLE color: 14326411.

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

Color convert

RGB139154218-
CMYK0.360.2900.15
HSL228.61º51.63%70%-
HSV(B)228.61º36.24%85.49%-
XYZ34.8633.6670.99-
YUV156.81162.53115.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.20%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=27.20%
G=30.14%
B=42.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391542180.360.2900.15228.6151.6370
Hex8B9ADA241D0Fe53446
Octal213232332443501734564106
Binary1000101110011010110110101001001110101111111001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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