Html Css Color HEX #888EDC Portage

📋 copy color: '#888EDC'

red 136 ◦ green 142 ◦ blue 220

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

Shades of Portage #888EDC

Tints of Portage #888EDC

RGB

 RED value IS 136 (53.52% from 255) = 27.31%

 GREEN value IS 142 (55.86% from 255) = 28.51%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 27.31%
G = 28.51%
B = 44.18%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#888EDC (or 0x888EDC) is known color: Portage. HEX triplet: 88, 8E and DC. RGB value is (136,142,220). Sum of RGB (Red+Green+Blue) = 136+142+220=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #888EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EDC is #777123. Grayscale: #949494. Windows color (decimal): -7827748 or 14454408. OLE color: 14454408.

HSL color Cylindrical-coordinate representation of color #888EDC: hue angle of 235.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888EDC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 142 220 -
CMYK 0.38 0.35 0 0.14
HSL 235.71º 0.55% 0.7% -
HSV(B) 235.71º 0.38% 0.86% -
XYZ 32.74 29.75 71.73 -
YUV 149.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 136 142 220 0.38 0.35 0 0.14 235.71 0.55 0.7
Hex 88 8E DC 26 23 0 E EC 37 46
Octal 210 216 334 46 43 0 16 354 67 106
Binary 10001000 10001110 11011100 100110 100011 0 1110 11101100 110111 1000110

Color Harmonies of #888EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888EDC

Black with #888EDC

Text Example


Text Example

White with #888EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888EDC; }

 p { color: rgb(136,142,220); }

 H1.HeaderClassName
 {
   color: #888EDC;
 }
 .AnyTagClassName
 {
   color: #888EDC;
 }
</style>

background-color css

<style>
 a { background-color: #888EDC; }

 a { background-color: rgb(136,142,220); }

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

border-color css

<style>
 span { border-color: #888EDC; }

 span { border-color: rgb(136,142,220); }

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