Html Css Color HEX #8887DD Portage

📋 copy color: '#8887DD'

red 136 ◦ green 135 ◦ blue 221

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

Shades of Portage #8887DD

Tints of Portage #8887DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 27.64%
G = 27.44%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8887DD (or 0x8887DD) is known color: Portage. HEX triplet: 88, 87 and DD. RGB value is (136,135,221). Sum of RGB (Red+Green+Blue) = 136+135+221=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #8887DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887DD is #777822. Grayscale: #909090. Windows color (decimal): -7829539 or 14518152. OLE color: 14518152.

HSL color Cylindrical-coordinate representation of color #8887DD: hue angle of 240.7º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8887DD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 135 221 -
CMYK 0.38 0.39 0 0.13
HSL 240.7º 0.56% 0.7% -
HSV(B) 240.7º 0.39% 0.87% -
XYZ 31.87 27.78 72.09 -
YUV 145.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 136 135 221 0.38 0.39 0 0.13 240.7 0.56 0.7
Hex 88 87 DD 26 27 0 D F1 38 46
Octal 210 207 335 46 47 0 15 361 70 106
Binary 10001000 10000111 11011101 100110 100111 0 1101 11110001 111000 1000110

Color Harmonies of #8887DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8887DD

Black with #8887DD

Text Example


Text Example

White with #8887DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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