Html Css Color HEX #857083 Old Lavender

📋 copy color: '#857083'

red 133 ◦ green 112 ◦ blue 131

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

Shades of Old Lavender #857083

Tints of Old Lavender #857083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.84%

R = 35.37%
G = 29.79%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857083 (or 0x857083) is known color: Old Lavender. HEX triplet: 85, 70 and 83. RGB value is (133,112,131). Sum of RGB (Red+Green+Blue) = 133+112+131=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #857083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857083 is #7A8F7C. Grayscale: #787878. Windows color (decimal): -8032125 or 8614021. OLE color: 8614021.

HSL color Cylindrical-coordinate representation of color #857083: hue angle of 305.71º 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 #857083 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 131 -
CMYK 0 0.16 0.02 0.48
HSL 305.71º 0.09% 0.48% -
HSV(B) 305.71º 0.16% 0.52% -
XYZ 19.56 18.21 23.96 -
YUV 120.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 133 112 131 0 0.16 0.02 0.48 305.71 0.09 0.48
Hex 85 70 83 0 10 2 30 132 9 30
Octal 205 160 203 0 20 2 60 462 11 60
Binary 10000101 1110000 10000011 0 10000 10 110000 100110010 1001 110000

Color Harmonies of #857083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857083

Black with #857083

Text Example


Text Example

White with #857083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857083; }

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

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

background-color css

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

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

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

border-color css

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

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

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