Html Css Color HEX #888ADB Portage

📋 copy color: '#888ADB'

red 136 ◦ green 138 ◦ blue 219

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

Shades of Portage #888ADB

Tints of Portage #888ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

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

R = 27.59%
G = 27.99%
B = 44.42%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#888ADB (or 0x888ADB) is known color: Portage. HEX triplet: 88, 8A and DB. RGB value is (136,138,219). Sum of RGB (Red+Green+Blue) = 136+138+219=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #888ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ADB is #777524. Grayscale: #929292. Windows color (decimal): -7828773 or 14387848. OLE color: 14387848.

HSL color Cylindrical-coordinate representation of color #888ADB: hue angle of 238.55º 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 #888ADB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 138 219 -
CMYK 0.38 0.37 0 0.14
HSL 238.55º 0.54% 0.7% -
HSV(B) 238.55º 0.38% 0.86% -
XYZ 32.03 28.53 70.84 -
YUV 146.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 136 138 219 0.38 0.37 0 0.14 238.55 0.54 0.7
Hex 88 8A DB 26 25 0 E EF 36 46
Octal 210 212 333 46 45 0 16 357 66 106
Binary 10001000 10001010 11011011 100110 100101 0 1110 11101111 110110 1000110

Color Harmonies of #888ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888ADB

Black with #888ADB

Text Example


Text Example

White with #888ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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