Html Css Color HEX #888DEC Portage

📋 copy color: '#888DEC'

red 136 ◦ green 141 ◦ blue 236

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

Shades of Portage #888DEC

Tints of Portage #888DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.49%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 26.51%
G = 27.49%
B = 46%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#888DEC (or 0x888DEC) is known color: Portage. HEX triplet: 88, 8D and EC. RGB value is (136,141,236). Sum of RGB (Red+Green+Blue) = 136+141+236=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #888DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888DEC is #777213. Grayscale: #959595. Windows color (decimal): -7827988 or 15502728. OLE color: 15502728.

HSL color Cylindrical-coordinate representation of color #888DEC: hue angle of 237º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #888DEC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 141 236 -
CMYK 0.42 0.40 0 0.07
HSL 237º 0.72% 0.73% -
HSV(B) 237º 0.42% 0.93% -
XYZ 34.82 30.34 83.38 -
YUV 150.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 136 141 236 0.42 0.40 0 0.07 237 0.72 0.73
Hex 88 8D EC 2A 28 0 7 ED 48 49
Octal 210 215 354 52 50 0 7 355 110 111
Binary 10001000 10001101 11101100 101010 101000 0 111 11101101 1001000 1001001

Color Harmonies of #888DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DEC

Black with #888DEC

Text Example


Text Example

White with #888DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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