Html Css Color HEX #8C87DD Portage

📋 copy color: '#8C87DD'

red 140 ◦ green 135 ◦ blue 221

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

Shades of Portage #8C87DD

Tints of Portage #8C87DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 28.23%
G = 27.22%
B = 44.56%

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

#8C87DD (or 0x8C87DD) is known color: Portage. HEX triplet: 8C, 87 and DD. RGB value is (140,135,221). Sum of RGB (Red+Green+Blue) = 140+135+221=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DD is #737822. Grayscale: #919191. Windows color (decimal): -7567395 or 14518156. OLE color: 14518156.

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

Color convert

RGB 140 135 221 -
CMYK 0.37 0.39 0 0.13
HSL 243.49º 0.56% 0.7% -
HSV(B) 243.49º 0.39% 0.87% -
XYZ 32.53 28.12 72.12 -
YUV 146.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 140 135 221 0.37 0.39 0 0.13 243.49 0.56 0.7
Hex 8C 87 DD 25 27 0 D F3 38 46
Octal 214 207 335 45 47 0 15 363 70 106
Binary 10001100 10000111 11011101 100101 100111 0 1101 11110011 111000 1000110

Color Harmonies of #8C87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87DD

Black with #8C87DD

Text Example


Text Example

White with #8C87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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