Html Css Color HEX #8D8DDB Portage

📋 copy color: '#8D8DDB'

red 141 ◦ green 141 ◦ blue 219

#8D8DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8D8DDB

Tints of Portage #8D8DDB

RGB

 RED value IS 141 (55.47% from 255) = 28.14%

 GREEN value IS 141 (55.47% from 255) = 28.14%

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 28.14%
G = 28.14%
B = 43.71%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D8DDB (or 0x8D8DDB) is known color: Portage. HEX triplet: 8D, 8D and DB. RGB value is (141,141,219). Sum of RGB (Red+Green+Blue) = 141+141+219=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8DDB is #727224. Grayscale: #959595. Windows color (decimal): -7500325 or 14388621. OLE color: 14388621.

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

Color convert

RGB 141 141 219 -
CMYK 0.36 0.36 0 0.14
HSL 240º 0.52% 0.71% -
HSV(B) 240º 0.36% 0.86% -
XYZ 33.3 29.83 71.02 -
YUV 149.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 141 141 219 0.36 0.36 0 0.14 240 0.52 0.71
Hex 8D 8D DB 24 24 0 E F0 34 47
Octal 215 215 333 44 44 0 16 360 64 107
Binary 10001101 10001101 11011011 100100 100100 0 1110 11110000 110100 1000111

Color Harmonies of #8D8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8DDB

Black with #8D8DDB

Text Example


Text Example

White with #8D8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D8DDB;
 }
 .AnyTagClassName
 {
   color: #8D8DDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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