Html Css Color HEX #888EDB Portage

📋 copy color: '#888EDB'

red 136 ◦ green 142 ◦ blue 219

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

Shades of Portage #888EDB

Tints of Portage #888EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 27.36%
G = 28.57%
B = 44.06%

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

#888EDB (or 0x888EDB) is known color: Portage. HEX triplet: 88, 8E and DB. RGB value is (136,142,219). Sum of RGB (Red+Green+Blue) = 136+142+219=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #888EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EDB is #777124. Grayscale: #949494. Windows color (decimal): -7827749 or 14388872. OLE color: 14388872.

HSL color Cylindrical-coordinate representation of color #888EDB: hue angle of 235.66º degrees, saturation: 0.54, 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 #888EDB is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 142 219 -
CMYK 0.38 0.35 0 0.14
HSL 235.66º 0.54% 0.7% -
HSV(B) 235.66º 0.38% 0.86% -
XYZ 32.61 29.69 71.03 -
YUV 148.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 136 142 219 0.38 0.35 0 0.14 235.66 0.54 0.7
Hex 88 8E DB 26 23 0 E EC 36 46
Octal 210 216 333 46 43 0 16 354 66 106
Binary 10001000 10001110 11011011 100110 100011 0 1110 11101100 110110 1000110

Color Harmonies of #888EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888EDB

Black with #888EDB

Text Example


Text Example

White with #888EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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