Html Css Color HEX #888EDD Portage

📋 copy color: '#888EDD'

red 136 ◦ green 142 ◦ blue 221

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

Shades of Portage #888EDD

Tints of Portage #888EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 27.25%
G = 28.46%
B = 44.29%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#888EDD (or 0x888EDD) is known color: Portage. HEX triplet: 88, 8E and DD. RGB value is (136,142,221). Sum of RGB (Red+Green+Blue) = 136+142+221=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #888EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EDD is #777122. Grayscale: #949494. Windows color (decimal): -7827747 or 14519944. OLE color: 14519944.

HSL color Cylindrical-coordinate representation of color #888EDD: hue angle of 235.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888EDD is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 142 221 -
CMYK 0.38 0.36 0 0.13
HSL 235.76º 0.56% 0.7% -
HSV(B) 235.76º 0.38% 0.87% -
XYZ 32.88 29.8 72.43 -
YUV 149.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 136 142 221 0.38 0.36 0 0.13 235.76 0.56 0.7
Hex 88 8E DD 26 24 0 D EC 38 46
Octal 210 216 335 46 44 0 15 354 70 106
Binary 10001000 10001110 11011101 100110 100100 0 1101 11101100 111000 1000110

Color Harmonies of #888EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888EDD

Black with #888EDD

Text Example


Text Example

White with #888EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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