Html Css Color HEX #8C87DC Portage

📋 copy color: '#8C87DC'

red 140 ◦ green 135 ◦ blue 220

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

Shades of Portage #8C87DC

Tints of Portage #8C87DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 28.28%
G = 27.27%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C87DC (or 0x8C87DC) is known color: Portage. HEX triplet: 8C, 87 and DC. RGB value is (140,135,220). Sum of RGB (Red+Green+Blue) = 140+135+220=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DC is #737823. Grayscale: #919191. Windows color (decimal): -7567396 or 14452620. OLE color: 14452620.

HSL color Cylindrical-coordinate representation of color #8C87DC: hue angle of 243.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C87DC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 135 220 -
CMYK 0.36 0.39 0 0.14
HSL 243.53º 0.55% 0.7% -
HSV(B) 243.53º 0.39% 0.86% -
XYZ 32.4 28.07 71.42 -
YUV 146.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 140 135 220 0.36 0.39 0 0.14 243.53 0.55 0.7
Hex 8C 87 DC 24 27 0 E F4 37 46
Octal 214 207 334 44 47 0 16 364 67 106
Binary 10001100 10000111 11011100 100100 100111 0 1110 11110100 110111 1000110

Color Harmonies of #8C87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87DC

Black with #8C87DC

Text Example


Text Example

White with #8C87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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