Html Css Color HEX #857285 Old Lavender

📋 copy color: '#857285'

red 133 ◦ green 114 ◦ blue 133

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

Shades of Old Lavender #857285

Tints of Old Lavender #857285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 35%
G = 30%
B = 35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#857285 (or 0x857285) is known color: Old Lavender. HEX triplet: 85, 72 and 85. RGB value is (133,114,133). Sum of RGB (Red+Green+Blue) = 133+114+133=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #857285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857285 is #7A8D7A. Grayscale: #797979. Windows color (decimal): -8031611 or 8745605. OLE color: 8745605.

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

Color convert

RGB 133 114 133 -
CMYK 0 0.14 0 0.48
HSL 300º 0.08% 0.48% -
HSV(B) 300º 0.14% 0.52% -
XYZ 19.92 18.71 24.75 -
YUV 121.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 133 114 133 0 0.14 0 0.48 300 0.08 0.48
Hex 85 72 85 0 E 0 30 12C 8 30
Octal 205 162 205 0 16 0 60 454 10 60
Binary 10000101 1110010 10000101 0 1110 0 110000 100101100 1000 110000

Color Harmonies of #857285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857285

Black with #857285

Text Example


Text Example

White with #857285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857285; }

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

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

background-color css

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

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

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

border-color css

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

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

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