Html Css Color HEX #888CDB Portage

📋 copy color: '#888CDB'

red 136 ◦ green 140 ◦ blue 219

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

Shades of Portage #888CDB

Tints of Portage #888CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

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

R = 27.47%
G = 28.28%
B = 44.24%

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

#888CDB (or 0x888CDB) is known color: Portage. HEX triplet: 88, 8C and DB. RGB value is (136,140,219). Sum of RGB (Red+Green+Blue) = 136+140+219=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #888CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDB is #777324. Grayscale: #939393. Windows color (decimal): -7828261 or 14388360. OLE color: 14388360.

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

Color convert

RGB 136 140 219 -
CMYK 0.38 0.36 0 0.14
HSL 237.11º 0.54% 0.7% -
HSV(B) 237.11º 0.38% 0.86% -
XYZ 32.32 29.1 70.93 -
YUV 147.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 136 140 219 0.38 0.36 0 0.14 237.11 0.54 0.7
Hex 88 8C DB 26 24 0 E ED 36 46
Octal 210 214 333 46 44 0 16 355 66 106
Binary 10001000 10001100 11011011 100110 100100 0 1110 11101101 110110 1000110

Color Harmonies of #888CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CDB

Black with #888CDB

Text Example


Text Example

White with #888CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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