Html Css Color HEX #857085 Old Lavender

📋 copy color: '#857085'

red 133 ◦ green 112 ◦ blue 133

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

Shades of Old Lavender #857085

Tints of Old Lavender #857085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 35.19%
G = 29.63%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#857085 (or 0x857085) is known color: Old Lavender. HEX triplet: 85, 70 and 85. RGB value is (133,112,133). Sum of RGB (Red+Green+Blue) = 133+112+133=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #857085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857085 is #7A8F7A. Grayscale: #787878. Windows color (decimal): -8032123 or 8745093. OLE color: 8745093.

HSL color Cylindrical-coordinate representation of color #857085: hue angle of 300º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857085 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 133 -
CMYK 0 0.16 0 0.48
HSL 300º 0.09% 0.48% -
HSV(B) 300º 0.16% 0.52% -
XYZ 19.7 18.27 24.68 -
YUV 120.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 133 112 133 0 0.16 0 0.48 300 0.09 0.48
Hex 85 70 85 0 10 0 30 12C 9 30
Octal 205 160 205 0 20 0 60 454 11 60
Binary 10000101 1110000 10000101 0 10000 0 110000 100101100 1001 110000

Color Harmonies of #857085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857085

Black with #857085

Text Example


Text Example

White with #857085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857085; }

 p { color: rgb(133,112,133); }

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

background-color css

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

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

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

border-color css

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

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

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