Html Css Color HEX #888DDA Portage

📋 copy color: '#888DDA'

red 136 ◦ green 141 ◦ blue 218

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

Shades of Portage #888DDA

Tints of Portage #888DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 27.47%
G = 28.48%
B = 44.04%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#888DDA (or 0x888DDA) is known color: Portage. HEX triplet: 88, 8D and DA. RGB value is (136,141,218). Sum of RGB (Red+Green+Blue) = 136+141+218=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #888DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DDA is #777225. Grayscale: #939393. Windows color (decimal): -7828006 or 14323080. OLE color: 14323080.

HSL color Cylindrical-coordinate representation of color #888DDA: hue angle of 236.34º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888DDA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 141 218 -
CMYK 0.38 0.35 0 0.15
HSL 236.34º 0.53% 0.69% -
HSV(B) 236.34º 0.38% 0.85% -
XYZ 32.33 29.35 70.29 -
YUV 148.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 136 141 218 0.38 0.35 0 0.15 236.34 0.53 0.69
Hex 88 8D DA 26 23 0 F EC 35 45
Octal 210 215 332 46 43 0 17 354 65 105
Binary 10001000 10001101 11011010 100110 100011 0 1111 11101100 110101 1000101

Color Harmonies of #888DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DDA

Black with #888DDA

Text Example


Text Example

White with #888DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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