Html Css Color HEX #8C87DB Portage

📋 copy color: '#8C87DB'

red 140 ◦ green 135 ◦ blue 219

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

Shades of Portage #8C87DB

Tints of Portage #8C87DB

RGB

 RED value IS 140 (55.08% from 255) = 28.34%

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

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

R = 28.34%
G = 27.33%
B = 44.33%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C87DB (or 0x8C87DB) is known color: Portage. HEX triplet: 8C, 87 and DB. RGB value is (140,135,219). Sum of RGB (Red+Green+Blue) = 140+135+219=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DB is #737824. Grayscale: #919191. Windows color (decimal): -7567397 or 14387084. OLE color: 14387084.

HSL color Cylindrical-coordinate representation of color #8C87DB: hue angle of 243.57º 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 #8C87DB is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 135 219 -
CMYK 0.36 0.38 0 0.14
HSL 243.57º 0.54% 0.69% -
HSV(B) 243.57º 0.38% 0.86% -
XYZ 32.27 28.02 70.73 -
YUV 146.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 140 135 219 0.36 0.38 0 0.14 243.57 0.54 0.69
Hex 8C 87 DB 24 26 0 E F4 36 45
Octal 214 207 333 44 46 0 16 364 66 105
Binary 10001100 10000111 11011011 100100 100110 0 1110 11110100 110110 1000101

Color Harmonies of #8C87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87DB

Black with #8C87DB

Text Example


Text Example

White with #8C87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C87DB; }

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

 H1.HeaderClassName
 {
   color: #8C87DB;
 }
 .AnyTagClassName
 {
   color: #8C87DB;
 }
</style>

background-color css

<style>
 a { background-color: #8C87DB; }

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

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

border-color css

<style>
 span { border-color: #8C87DB; }

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

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