Html Css Color HEX #867888 Old Lavender

📋 copy color: '#867888'

red 134 ◦ green 120 ◦ blue 136

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

Shades of Old Lavender #867888

Tints of Old Lavender #867888

RGB

 RED value IS 134 (52.73% from 255) = 34.36%

 GREEN value IS 120 (47.27% from 255) = 30.77%

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

R = 34.36%
G = 30.77%
B = 34.87%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867888 (or 0x867888) is known color: Old Lavender. HEX triplet: 86, 78 and 88. RGB value is (134,120,136). Sum of RGB (Red+Green+Blue) = 134+120+136=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #867888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867888 is #798777. Grayscale: #7D7D7D. Windows color (decimal): -7964536 or 8943750. OLE color: 8943750.

HSL color Cylindrical-coordinate representation of color #867888: hue angle of 292.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #867888 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 120 136 -
CMYK 0.01 0.12 0 0.47
HSL 292.5º 0.06% 0.5% -
HSV(B) 292.5º 0.12% 0.53% -
XYZ 20.99 20.28 26.1 -
YUV 126.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 134 120 136 0.01 0.12 0 0.47 292.5 0.06 0.5
Hex 86 78 88 1 C 0 2F 124 6 32
Octal 206 170 210 1 14 0 57 444 6 62
Binary 10000110 1111000 10001000 1 1100 0 101111 100100100 110 110010

Color Harmonies of #867888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867888

Black with #867888

Text Example


Text Example

White with #867888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867888; }

 p { color: rgb(134,120,136); }

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

background-color css

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

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

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

border-color css

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

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

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