Html Css Color HEX #8C87DE Portage

📋 copy color: '#8C87DE'

red 140 ◦ green 135 ◦ blue 222

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

Shades of Portage #8C87DE

Tints of Portage #8C87DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 28.17%
G = 27.16%
B = 44.67%

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

#8C87DE (or 0x8C87DE) is known color: Portage. HEX triplet: 8C, 87 and DE. RGB value is (140,135,222). Sum of RGB (Red+Green+Blue) = 140+135+222=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C87DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DE is #737821. Grayscale: #929292. Windows color (decimal): -7567394 or 14583692. OLE color: 14583692.

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

Color convert

RGB 140 135 222 -
CMYK 0.37 0.39 0 0.13
HSL 243.45º 0.57% 0.7% -
HSV(B) 243.45º 0.39% 0.87% -
XYZ 32.66 28.18 72.82 -
YUV 146.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 140 135 222 0.37 0.39 0 0.13 243.45 0.57 0.7
Hex 8C 87 DE 25 27 0 D F3 39 46
Octal 214 207 336 45 47 0 15 363 71 106
Binary 10001100 10000111 11011110 100101 100111 0 1101 11110011 111001 1000110

Color Harmonies of #8C87DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87DE

Black with #8C87DE

Text Example


Text Example

White with #8C87DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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