Html Css Color HEX #888EC9 Portage

📋 copy color: '#888EC9'

red 136 ◦ green 142 ◦ blue 201

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

Shades of Portage #888EC9

Tints of Portage #888EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 28.39%
G = 29.65%
B = 41.96%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#888EC9 (or 0x888EC9) is known color: Portage. HEX triplet: 88, 8E and C9. RGB value is (136,142,201). Sum of RGB (Red+Green+Blue) = 136+142+201=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #888EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888EC9 is #777136. Grayscale: #929292. Windows color (decimal): -7827767 or 13209224. OLE color: 13209224.

HSL color Cylindrical-coordinate representation of color #888EC9: hue angle of 234.46º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #888EC9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 142 201 -
CMYK 0.32 0.29 0 0.21
HSL 234.46º 0.38% 0.66% -
HSV(B) 234.46º 0.32% 0.79% -
XYZ 30.37 28.8 59.22 -
YUV 146.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 136 142 201 0.32 0.29 0 0.21 234.46 0.38 0.66
Hex 88 8E C9 20 1D 0 15 EA 26 42
Octal 210 216 311 40 35 0 25 352 46 102
Binary 10001000 10001110 11001001 100000 11101 0 10101 11101010 100110 1000010

Color Harmonies of #888EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888EC9

Black with #888EC9

Text Example


Text Example

White with #888EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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