Html Css Color HEX #8C87DF Portage

📋 copy color: '#8C87DF'

red 140 ◦ green 135 ◦ blue 223

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

Shades of Portage #8C87DF

Tints of Portage #8C87DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 28.11%
G = 27.11%
B = 44.78%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C87DF (or 0x8C87DF) is known color: Portage. HEX triplet: 8C, 87 and DF. RGB value is (140,135,223). Sum of RGB (Red+Green+Blue) = 140+135+223=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C87DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DF is #737820. Grayscale: #929292. Windows color (decimal): -7567393 or 14649228. OLE color: 14649228.

HSL color Cylindrical-coordinate representation of color #8C87DF: hue angle of 243.41º degrees, saturation: 0.58, 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 #8C87DF is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 135 223 -
CMYK 0.37 0.39 0 0.13
HSL 243.41º 0.58% 0.7% -
HSV(B) 243.41º 0.39% 0.87% -
XYZ 32.8 28.23 73.53 -
YUV 146.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 140 135 223 0.37 0.39 0 0.13 243.41 0.58 0.7
Hex 8C 87 DF 25 27 0 D F3 3A 46
Octal 214 207 337 45 47 0 15 363 72 106
Binary 10001100 10000111 11011111 100101 100111 0 1101 11110011 111010 1000110

Color Harmonies of #8C87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87DF

Black with #8C87DF

Text Example


Text Example

White with #8C87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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