Html Css Color HEX #8887D7 Portage

📋 copy color: '#8887D7'

red 136 ◦ green 135 ◦ blue 215

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

Shades of Portage #8887D7

Tints of Portage #8887D7

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.78%

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 27.98%
G = 27.78%
B = 44.24%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8887D7 (or 0x8887D7) is known color: Portage. HEX triplet: 88, 87 and D7. RGB value is (136,135,215). Sum of RGB (Red+Green+Blue) = 136+135+215=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #8887D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887D7 is #777828. Grayscale: #909090. Windows color (decimal): -7829545 or 14124936. OLE color: 14124936.

HSL color Cylindrical-coordinate representation of color #8887D7: hue angle of 240.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8887D7 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 135 215 -
CMYK 0.37 0.37 0 0.16
HSL 240.75º 0.5% 0.69% -
HSV(B) 240.75º 0.37% 0.84% -
XYZ 31.08 27.47 67.95 -
YUV 144.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 136 135 215 0.37 0.37 0 0.16 240.75 0.5 0.69
Hex 88 87 D7 25 25 0 10 F1 32 45
Octal 210 207 327 45 45 0 20 361 62 105
Binary 10001000 10000111 11010111 100101 100101 0 10000 11110001 110010 1000101

Color Harmonies of #8887D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8887D7

Black with #8887D7

Text Example


Text Example

White with #8887D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8887D7; }

 p { color: rgb(136,135,215); }

 H1.HeaderClassName
 {
   color: #8887D7;
 }
 .AnyTagClassName
 {
   color: #8887D7;
 }
</style>

background-color css

<style>
 a { background-color: #8887D7; }

 a { background-color: rgb(136,135,215); }

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

border-color css

<style>
 span { border-color: #8887D7; }

 span { border-color: rgb(136,135,215); }

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