#8B98DB

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

Shades of Portage #8B98DB

Tints of Portage #8B98DB

Color information

#8B98DB (or 0x8B98DB) is unknown color: approx Portage. HEX triplet: 8B, 98 and DB. RGB value is (139,152,219). Sum of RGB (Red+Green+Blue) = 139+152+219=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98DB is #746724. Grayscale: #9B9B9B. Windows color (decimal): -7628581 or 14391435. OLE color: 14391435.

HSL color Cylindrical-coordinate representation of color #8B98DB: hue angle of 230.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B98DB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139152219-
CMYK0.370.3100.14
HSL230.25º52.63%70.2%-
HSV(B)230.25º36.53%85.88%-
XYZ34.6633.0671.57-
YUV155.75163.69116.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.25%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=27.25%
G=29.80%
B=42.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391522190.370.3100.14230.2552.6370.2
Hex8B98DB251F0Ee63546
Octal213230333453701634665106
Binary1000101110011000110110111001011111101110111001101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,152,219); }

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

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

 a { background-color: rgb(139,152,219); }

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

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

 span { border-color: rgb(139,152,219); }

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