Html Css Color HEX #888DCA Portage

📋 copy color: '#888DCA'

red 136 ◦ green 141 ◦ blue 202

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

Shades of Portage #888DCA

Tints of Portage #888DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 28.39%
G = 29.44%
B = 42.17%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#888DCA (or 0x888DCA) is known color: Portage. HEX triplet: 88, 8D and CA. RGB value is (136,141,202). Sum of RGB (Red+Green+Blue) = 136+141+202=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #888DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DCA is #777235. Grayscale: #929292. Windows color (decimal): -7828022 or 13274504. OLE color: 13274504.

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

Color convert

RGB 136 141 202 -
CMYK 0.33 0.30 0 0.21
HSL 235.45º 0.38% 0.66% -
HSV(B) 235.45º 0.33% 0.79% -
XYZ 30.34 28.55 59.79 -
YUV 146.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 136 141 202 0.33 0.30 0 0.21 235.45 0.38 0.66
Hex 88 8D CA 21 1E 0 15 EB 26 42
Octal 210 215 312 41 36 0 25 353 46 102
Binary 10001000 10001101 11001010 100001 11110 0 10101 11101011 100110 1000010

Color Harmonies of #888DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DCA

Black with #888DCA

Text Example


Text Example

White with #888DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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