Html Css Color HEX #8C87DA Portage

📋 copy color: '#8C87DA'

red 140 ◦ green 135 ◦ blue 218

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

Shades of Portage #8C87DA

Tints of Portage #8C87DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 28.4%
G = 27.38%
B = 44.22%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C87DA (or 0x8C87DA) is known color: Portage. HEX triplet: 8C, 87 and DA. RGB value is (140,135,218). Sum of RGB (Red+Green+Blue) = 140+135+218=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DA is #737825. Grayscale: #919191. Windows color (decimal): -7567398 or 14321548. OLE color: 14321548.

HSL color Cylindrical-coordinate representation of color #8C87DA: hue angle of 243.61º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C87DA is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 135 218 -
CMYK 0.36 0.38 0 0.15
HSL 243.61º 0.53% 0.69% -
HSV(B) 243.61º 0.38% 0.85% -
XYZ 32.13 27.97 70.03 -
YUV 145.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 140 135 218 0.36 0.38 0 0.15 243.61 0.53 0.69
Hex 8C 87 DA 24 26 0 F F4 35 45
Octal 214 207 332 44 46 0 17 364 65 105
Binary 10001100 10000111 11011010 100100 100110 0 1111 11110100 110101 1000101

Color Harmonies of #8C87DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87DA

Black with #8C87DA

Text Example


Text Example

White with #8C87DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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