#8B99DA

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

Shades of Portage #8B99DA

Tints of Portage #8B99DA

Color information

#8B99DA (or 0x8B99DA) is unknown color: approx Portage. HEX triplet: 8B, 99 and DA. RGB value is (139,153,218). Sum of RGB (Red+Green+Blue) = 139+153+218=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B99DA is #746625. Grayscale: #9B9B9B. Windows color (decimal): -7628326 or 14326155. OLE color: 14326155.

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

Color convert

RGB139153218-
CMYK0.360.3000.15
HSL229.37º51.63%70%-
HSV(B)229.37º36.24%85.49%-
XYZ34.6933.3370.94-
YUV156.22162.86115.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.25%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=27.25%
G=30%
B=42.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391532180.360.3000.15229.3751.6370
Hex8B99DA241E0Fe53446
Octal213231332443601734564106
Binary1000101110011001110110101001001111001111111001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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