Html Css Color HEX #8D88DA Portage

📋 copy color: '#8D88DA'

red 141 ◦ green 136 ◦ blue 218

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

Shades of Portage #8D88DA

Tints of Portage #8D88DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.47%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 28.48%
G = 27.47%
B = 44.04%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D88DA (or 0x8D88DA) is known color: Portage. HEX triplet: 8D, 88 and DA. RGB value is (141,136,218). Sum of RGB (Red+Green+Blue) = 141+136+218=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D88DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D88DA is #727725. Grayscale: #929292. Windows color (decimal): -7501606 or 14321805. OLE color: 14321805.

HSL color Cylindrical-coordinate representation of color #8D88DA: hue angle of 243.66º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D88DA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 136 218 -
CMYK 0.35 0.38 0 0.15
HSL 243.66º 0.53% 0.69% -
HSV(B) 243.66º 0.38% 0.85% -
XYZ 32.44 28.33 70.09 -
YUV 146.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 141 136 218 0.35 0.38 0 0.15 243.66 0.53 0.69
Hex 8D 88 DA 23 26 0 F F4 35 45
Octal 215 210 332 43 46 0 17 364 65 105
Binary 10001101 10001000 11011010 100011 100110 0 1111 11110100 110101 1000101

Color Harmonies of #8D88DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D88DA

Black with #8D88DA

Text Example


Text Example

White with #8D88DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,218); }

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

background-color css

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

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

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

border-color css

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

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

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