Html Css Color HEX #8D88EB Portage

📋 copy color: '#8D88EB'

red 141 ◦ green 136 ◦ blue 235

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

Shades of Portage #8D88EB

Tints of Portage #8D88EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 27.54%
G = 26.56%
B = 45.9%

CMYK

 C value IS 0.4

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D88EB (or 0x8D88EB) is known color: Portage. HEX triplet: 8D, 88 and EB. RGB value is (141,136,235). Sum of RGB (Red+Green+Blue) = 141+136+235=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D88EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D88EB is #727714. Grayscale: #949494. Windows color (decimal): -7501589 or 15435917. OLE color: 15435917.

HSL color Cylindrical-coordinate representation of color #8D88EB: hue angle of 243.03º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D88EB is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 136 235 -
CMYK 0.4 0.42 0 0.08
HSL 243.03º 0.71% 0.73% -
HSV(B) 243.03º 0.42% 0.92% -
XYZ 34.78 29.27 82.41 -
YUV 148.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 141 136 235 0.4 0.42 0 0.08 243.03 0.71 0.73
Hex 8D 88 EB 28 2A 0 8 F3 47 49
Octal 215 210 353 50 52 0 10 363 107 111
Binary 10001101 10001000 11101011 101000 101010 0 1000 11110011 1000111 1001001

Color Harmonies of #8D88EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D88EB

Black with #8D88EB

Text Example


Text Example

White with #8D88EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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