Html Css Color HEX #8C87E7 Portage

📋 copy color: '#8C87E7'

red 140 ◦ green 135 ◦ blue 231

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

Shades of Portage #8C87E7

Tints of Portage #8C87E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.65%

R = 27.67%
G = 26.68%
B = 45.65%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8C87E7 (or 0x8C87E7) is known color: Portage. HEX triplet: 8C, 87 and E7. RGB value is (140,135,231). Sum of RGB (Red+Green+Blue) = 140+135+231=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C87E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C87E7 is #737818. Grayscale: #939393. Windows color (decimal): -7567385 or 15173516. OLE color: 15173516.

HSL color Cylindrical-coordinate representation of color #8C87E7: hue angle of 243.13º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C87E7 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 135 231 -
CMYK 0.39 0.42 0 0.09
HSL 243.13º 0.67% 0.72% -
HSV(B) 243.13º 0.42% 0.91% -
XYZ 33.9 28.67 79.35 -
YUV 147.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 140 135 231 0.39 0.42 0 0.09 243.13 0.67 0.72
Hex 8C 87 E7 27 2A 0 9 F3 43 48
Octal 214 207 347 47 52 0 11 363 103 110
Binary 10001100 10000111 11100111 100111 101010 0 1001 11110011 1000011 1001000

Color Harmonies of #8C87E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C87E7

Black with #8C87E7

Text Example


Text Example

White with #8C87E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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