Html Css Color HEX #857885 Old Lavender

📋 copy color: '#857885'

red 133 ◦ green 120 ◦ blue 133

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

Shades of Old Lavender #857885

Tints of Old Lavender #857885

RGB

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

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

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

R = 34.46%
G = 31.09%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#857885 (or 0x857885) is known color: Old Lavender. HEX triplet: 85, 78 and 85. RGB value is (133,120,133). Sum of RGB (Red+Green+Blue) = 133+120+133=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #857885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857885 is #7A877A. Grayscale: #7D7D7D. Windows color (decimal): -8030075 or 8747141. OLE color: 8747141.

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

Color convert

RGB 133 120 133 -
CMYK 0 0.10 0 0.48
HSL 300º 0.05% 0.5% -
HSV(B) 300º 0.1% 0.52% -
XYZ 20.62 20.11 24.99 -
YUV 125.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 133 120 133 0 0.10 0 0.48 300 0.05 0.5
Hex 85 78 85 0 A 0 30 12C 5 32
Octal 205 170 205 0 12 0 60 454 5 62
Binary 10000101 1111000 10000101 0 1010 0 110000 100101100 101 110010

Color Harmonies of #857885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857885

Black with #857885

Text Example


Text Example

White with #857885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857885; }

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

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

background-color css

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

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

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

border-color css

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

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

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