Html Css Color HEX #8D88EC Portage

📋 copy color: '#8D88EC'

red 141 ◦ green 136 ◦ blue 236

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

Shades of Portage #8D88EC

Tints of Portage #8D88EC

RGB

 RED value IS 141 (55.47% from 255) = 27.49%

 GREEN value IS 136 (53.52% from 255) = 26.51%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 27.49%
G = 26.51%
B = 46%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D88EC (or 0x8D88EC) is known color: Portage. HEX triplet: 8D, 88 and EC. RGB value is (141,136,236). Sum of RGB (Red+Green+Blue) = 141+136+236=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D88EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D88EC is #727713. Grayscale: #949494. Windows color (decimal): -7501588 or 15501453. OLE color: 15501453.

HSL color Cylindrical-coordinate representation of color #8D88EC: hue angle of 243º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D88EC is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 136 236 -
CMYK 0.40 0.42 0 0.07
HSL 243º 0.72% 0.73% -
HSV(B) 243º 0.42% 0.93% -
XYZ 34.93 29.33 83.18 -
YUV 148.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 141 136 236 0.40 0.42 0 0.07 243 0.72 0.73
Hex 8D 88 EC 28 2A 0 7 F3 48 49
Octal 215 210 354 50 52 0 7 363 110 111
Binary 10001101 10001000 11101100 101000 101010 0 111 11110011 1001000 1001001

Color Harmonies of #8D88EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D88EC

Black with #8D88EC

Text Example


Text Example

White with #8D88EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,236); }

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

background-color css

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

 a { background-color: rgb(141,136,236); }

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

border-color css

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

 span { border-color: rgb(141,136,236); }

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