Html Css Color HEX #888EDA Portage

📋 copy color: '#888EDA'

red 136 ◦ green 142 ◦ blue 218

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

Shades of Portage #888EDA

Tints of Portage #888EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 27.42%
G = 28.63%
B = 43.95%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#888EDA (or 0x888EDA) is known color: Portage. HEX triplet: 88, 8E and DA. RGB value is (136,142,218). Sum of RGB (Red+Green+Blue) = 136+142+218=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #888EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EDA is #777125. Grayscale: #949494. Windows color (decimal): -7827750 or 14323336. OLE color: 14323336.

HSL color Cylindrical-coordinate representation of color #888EDA: hue angle of 235.61º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888EDA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 142 218 -
CMYK 0.38 0.35 0 0.15
HSL 235.61º 0.53% 0.69% -
HSV(B) 235.61º 0.38% 0.85% -
XYZ 32.48 29.64 70.34 -
YUV 148.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 136 142 218 0.38 0.35 0 0.15 235.61 0.53 0.69
Hex 88 8E DA 26 23 0 F EC 35 45
Octal 210 216 332 46 43 0 17 354 65 105
Binary 10001000 10001110 11011010 100110 100011 0 1111 11101100 110101 1000101

Color Harmonies of #888EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888EDA

Black with #888EDA

Text Example


Text Example

White with #888EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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