#8D95DB

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

Shades of Portage #8D95DB

Tints of Portage #8D95DB

Color information

#8D95DB (or 0x8D95DB) is unknown color: approx Portage. HEX triplet: 8D, 95 and DB. RGB value is (141,149,219). Sum of RGB (Red+Green+Blue) = 141+149+219=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95DB is #726A24. Grayscale: #9A9A9A. Windows color (decimal): -7498277 or 14390669. OLE color: 14390669.

HSL color Cylindrical-coordinate representation of color #8D95DB: hue angle of 233.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D95DB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141149219-
CMYK0.360.3200.14
HSL233.85º52%70.59%-
HSV(B)233.85º35.62%85.88%-
XYZ34.5232.2771.43-
YUV154.59164.35118.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.70%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=27.70%
G=29.27%
B=43.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411492190.360.3200.14233.855270.59
Hex8D95DB24200Eea3447
Octal215225333444001635264107
Binary10001101100101011101101110010010000001110111010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,149,219); }

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

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

 a { background-color: rgb(141,149,219); }

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

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

 span { border-color: rgb(141,149,219); }

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