Html Css Color HEX #887488 Old Lavender

📋 copy color: '#887488'

red 136 ◦ green 116 ◦ blue 136

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

Shades of Old Lavender #887488

Tints of Old Lavender #887488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 35.05%
G = 29.9%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#887488 (or 0x887488) is known color: Old Lavender. HEX triplet: 88, 74 and 88. RGB value is (136,116,136). Sum of RGB (Red+Green+Blue) = 136+116+136=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #887488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887488 is #778B77. Grayscale: #7C7C7C. Windows color (decimal): -7834488 or 8942728. OLE color: 8942728.

HSL color Cylindrical-coordinate representation of color #887488: hue angle of 300º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #887488 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 116 136 -
CMYK 0 0.15 0 0.47
HSL 300º 0.08% 0.49% -
HSV(B) 300º 0.15% 0.53% -
XYZ 20.84 19.5 25.96 -
YUV 124.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 136 116 136 0 0.15 0 0.47 300 0.08 0.49
Hex 88 74 88 0 F 0 2F 12C 8 31
Octal 210 164 210 0 17 0 57 454 10 61
Binary 10001000 1110100 10001000 0 1111 0 101111 100101100 1000 110001

Color Harmonies of #887488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887488

Black with #887488

Text Example


Text Example

White with #887488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887488; }

 p { color: rgb(136,116,136); }

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

background-color css

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

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

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

border-color css

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

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

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