Html Css Color HEX #888DDB Portage

📋 copy color: '#888DDB'

red 136 ◦ green 141 ◦ blue 219

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

Shades of Portage #888DDB

Tints of Portage #888DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 27.42%
G = 28.43%
B = 44.15%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#888DDB (or 0x888DDB) is known color: Portage. HEX triplet: 88, 8D and DB. RGB value is (136,141,219). Sum of RGB (Red+Green+Blue) = 136+141+219=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #888DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DDB is #777224. Grayscale: #949494. Windows color (decimal): -7828005 or 14388616. OLE color: 14388616.

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

Color convert

RGB 136 141 219 -
CMYK 0.38 0.36 0 0.14
HSL 236.39º 0.54% 0.7% -
HSV(B) 236.39º 0.38% 0.86% -
XYZ 32.46 29.4 70.98 -
YUV 148.4 167.84 119.16 -
System Red Green Blue C M Y K H S L
Decimal 136 141 219 0.38 0.36 0 0.14 236.39 0.54 0.7
Hex 88 8D DB 26 24 0 E EC 36 46
Octal 210 215 333 46 44 0 16 354 66 106
Binary 10001000 10001101 11011011 100110 100100 0 1110 11101100 110110 1000110

Color Harmonies of #888DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DDB

Black with #888DDB

Text Example


Text Example

White with #888DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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