Html Css Color HEX #888BDB Portage

📋 copy color: '#888BDB'

red 136 ◦ green 139 ◦ blue 219

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

Shades of Portage #888BDB

Tints of Portage #888BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.14%

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

R = 27.53%
G = 28.14%
B = 44.33%

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

#888BDB (or 0x888BDB) is known color: Portage. HEX triplet: 88, 8B and DB. RGB value is (136,139,219). Sum of RGB (Red+Green+Blue) = 136+139+219=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #888BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDB is #777424. Grayscale: #929292. Windows color (decimal): -7828517 or 14388104. OLE color: 14388104.

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

Color convert

RGB 136 139 219 -
CMYK 0.38 0.37 0 0.14
HSL 237.83º 0.54% 0.7% -
HSV(B) 237.83º 0.38% 0.86% -
XYZ 32.17 28.81 70.88 -
YUV 147.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 136 139 219 0.38 0.37 0 0.14 237.83 0.54 0.7
Hex 88 8B DB 26 25 0 E EE 36 46
Octal 210 213 333 46 45 0 16 356 66 106
Binary 10001000 10001011 11011011 100110 100101 0 1110 11101110 110110 1000110

Color Harmonies of #888BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BDB

Black with #888BDB

Text Example


Text Example

White with #888BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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