Html Css Color HEX #8886D8 Portage

📋 copy color: '#8886D8'

red 136 ◦ green 134 ◦ blue 216

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

Shades of Portage #8886D8

Tints of Portage #8886D8

RGB

 RED value IS 136 (53.52% from 255) = 27.98%

 GREEN value IS 134 (52.73% from 255) = 27.57%

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 27.98%
G = 27.57%
B = 44.44%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8886D8 (or 0x8886D8) is known color: Portage. HEX triplet: 88, 86 and D8. RGB value is (136,134,216). Sum of RGB (Red+Green+Blue) = 136+134+216=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #8886D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886D8 is #777927. Grayscale: #8F8F8F. Windows color (decimal): -7829800 or 14190216. OLE color: 14190216.

HSL color Cylindrical-coordinate representation of color #8886D8: hue angle of 241.46º degrees, saturation: 0.51, 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 #8886D8 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 134 216 -
CMYK 0.37 0.38 0 0.15
HSL 241.46º 0.51% 0.69% -
HSV(B) 241.46º 0.38% 0.85% -
XYZ 31.07 27.24 68.59 -
YUV 143.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 136 134 216 0.37 0.38 0 0.15 241.46 0.51 0.69
Hex 88 86 D8 25 26 0 F F1 33 45
Octal 210 206 330 45 46 0 17 361 63 105
Binary 10001000 10000110 11011000 100101 100110 0 1111 11110001 110011 1000101

Color Harmonies of #8886D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8886D8

Black with #8886D8

Text Example


Text Example

White with #8886D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8886D8; }

 p { color: rgb(136,134,216); }

 H1.HeaderClassName
 {
   color: #8886D8;
 }
 .AnyTagClassName
 {
   color: #8886D8;
 }
</style>

background-color css

<style>
 a { background-color: #8886D8; }

 a { background-color: rgb(136,134,216); }

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

border-color css

<style>
 span { border-color: #8886D8; }

 span { border-color: rgb(136,134,216); }

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