Html Css Color HEX #888BDC Portage

📋 copy color: '#888BDC'

red 136 ◦ green 139 ◦ blue 220

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

Shades of Portage #888BDC

Tints of Portage #888BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 27.47%
G = 28.08%
B = 44.44%

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

#888BDC (or 0x888BDC) is known color: Portage. HEX triplet: 88, 8B and DC. RGB value is (136,139,220). Sum of RGB (Red+Green+Blue) = 136+139+220=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #888BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDC is #777423. Grayscale: #939393. Windows color (decimal): -7828516 or 14453640. OLE color: 14453640.

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

Color convert

RGB 136 139 220 -
CMYK 0.38 0.37 0 0.14
HSL 237.86º 0.55% 0.7% -
HSV(B) 237.86º 0.38% 0.86% -
XYZ 32.3 28.87 71.58 -
YUV 147.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 136 139 220 0.38 0.37 0 0.14 237.86 0.55 0.7
Hex 88 8B DC 26 25 0 E EE 37 46
Octal 210 213 334 46 45 0 16 356 67 106
Binary 10001000 10001011 11011100 100110 100101 0 1110 11101110 110111 1000110

Color Harmonies of #888BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BDC

Black with #888BDC

Text Example


Text Example

White with #888BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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