Html Css Color HEX #8787DD Portage

📋 copy color: '#8787DD'

red 135 ◦ green 135 ◦ blue 221

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

Shades of Portage #8787DD

Tints of Portage #8787DD

RGB

 RED value IS 135 (53.13% from 255) = 27.49%

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

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

R = 27.49%
G = 27.49%
B = 45.01%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8787DD (or 0x8787DD) is known color: Portage. HEX triplet: 87, 87 and DD. RGB value is (135,135,221). Sum of RGB (Red+Green+Blue) = 135+135+221=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8787DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8787DD is #787822. Grayscale: #909090. Windows color (decimal): -7895075 or 14518151. OLE color: 14518151.

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

Color convert

RGB 135 135 221 -
CMYK 0.39 0.39 0 0.13
HSL 240º 0.56% 0.7% -
HSV(B) 240º 0.39% 0.87% -
XYZ 31.71 27.7 72.08 -
YUV 144.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 135 135 221 0.39 0.39 0 0.13 240 0.56 0.7
Hex 87 87 DD 27 27 0 D F0 38 46
Octal 207 207 335 47 47 0 15 360 70 106
Binary 10000111 10000111 11011101 100111 100111 0 1101 11110000 111000 1000110

Color Harmonies of #8787DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8787DD

Black with #8787DD

Text Example


Text Example

White with #8787DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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