Html Css Color HEX #85677F Old Lavender

📋 copy color: '#85677F'

red 133 ◦ green 103 ◦ blue 127

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

Shades of Old Lavender #85677F

Tints of Old Lavender #85677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 36.64%
G = 28.37%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85677F (or 0x85677F) is known color: Old Lavender. HEX triplet: 85, 67 and 7F. RGB value is (133,103,127). Sum of RGB (Red+Green+Blue) = 133+103+127=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 133 - color contains mainly: red. Hex color #85677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85677F is #7A9880. Grayscale: #727272. Windows color (decimal): -8034433 or 8349573. OLE color: 8349573.

HSL color Cylindrical-coordinate representation of color #85677F: hue angle of 312º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85677F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 127 -
CMYK 0 0.23 0.05 0.48
HSL 312º 0.13% 0.46% -
HSV(B) 312º 0.23% 0.52% -
XYZ 18.35 16.22 22.24 -
YUV 114.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 133 103 127 0 0.23 0.05 0.48 312 0.13 0.46
Hex 85 67 7F 0 17 5 30 138 D 2E
Octal 205 147 177 0 27 5 60 470 15 56
Binary 10000101 1100111 1111111 0 10111 101 110000 100111000 1101 101110

Color Harmonies of #85677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85677F

Black with #85677F

Text Example


Text Example

White with #85677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85677F; }

 p { color: rgb(133,103,127); }

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

background-color css

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

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

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

border-color css

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

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

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