Html Css Color HEX #8788DB Portage

📋 copy color: '#8788DB'

red 135 ◦ green 136 ◦ blue 219

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

Shades of Portage #8788DB

Tints of Portage #8788DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 27.55%
G = 27.76%
B = 44.69%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8788DB (or 0x8788DB) is known color: Portage. HEX triplet: 87, 88 and DB. RGB value is (135,136,219). Sum of RGB (Red+Green+Blue) = 135+136+219=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #8788DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8788DB is #787724. Grayscale: #909090. Windows color (decimal): -7894821 or 14387335. OLE color: 14387335.

HSL color Cylindrical-coordinate representation of color #8788DB: hue angle of 239.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8788DB is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 136 219 -
CMYK 0.38 0.38 0 0.14
HSL 239.29º 0.54% 0.69% -
HSV(B) 239.29º 0.38% 0.86% -
XYZ 31.58 27.87 70.73 -
YUV 145.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 135 136 219 0.38 0.38 0 0.14 239.29 0.54 0.69
Hex 87 88 DB 26 26 0 E EF 36 45
Octal 207 210 333 46 46 0 16 357 66 105
Binary 10000111 10001000 11011011 100110 100110 0 1110 11101111 110110 1000101

Color Harmonies of #8788DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8788DB

Black with #8788DB

Text Example


Text Example

White with #8788DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8788DB; }

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

 H1.HeaderClassName
 {
   color: #8788DB;
 }
 .AnyTagClassName
 {
   color: #8788DB;
 }
</style>

background-color css

<style>
 a { background-color: #8788DB; }

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

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

border-color css

<style>
 span { border-color: #8788DB; }

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

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