Html Css Color HEX #857887 Old Lavender

📋 copy color: '#857887'

red 133 ◦ green 120 ◦ blue 135

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

Shades of Old Lavender #857887

Tints of Old Lavender #857887

RGB

 RED value IS 133 (52.34% from 255) = 34.28%

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

 BLUE value IS 135 (53.13% from 255) = 34.79%

R = 34.28%
G = 30.93%
B = 34.79%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#857887 (or 0x857887) is known color: Old Lavender. HEX triplet: 85, 78 and 87. RGB value is (133,120,135). Sum of RGB (Red+Green+Blue) = 133+120+135=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 135 - color contains mainly: blue. Hex color #857887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857887 is #7A8778. Grayscale: #7D7D7D. Windows color (decimal): -8030073 or 8878213. OLE color: 8878213.

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

Color convert

RGB 133 120 135 -
CMYK 0.01 0.11 0 0.47
HSL 292º 0.06% 0.5% -
HSV(B) 292º 0.11% 0.53% -
XYZ 20.76 20.17 25.72 -
YUV 125.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 133 120 135 0.01 0.11 0 0.47 292 0.06 0.5
Hex 85 78 87 1 B 0 2F 124 6 32
Octal 205 170 207 1 13 0 57 444 6 62
Binary 10000101 1111000 10000111 1 1011 0 101111 100100100 110 110010

Color Harmonies of #857887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857887

Black with #857887

Text Example


Text Example

White with #857887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857887; }

 p { color: rgb(133,120,135); }

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

background-color css

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

 a { background-color: rgb(133,120,135); }

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

border-color css

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

 span { border-color: rgb(133,120,135); }

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