Html Css Color HEX #856987 Trendy Pink

📋 copy color: '#856987'

red 133 ◦ green 105 ◦ blue 135

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

Shades of Trendy Pink #856987

Tints of Trendy Pink #856987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 35.66%
G = 28.15%
B = 36.19%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#856987 (or 0x856987) is known color: Trendy Pink. HEX triplet: 85, 69 and 87. RGB value is (133,105,135). Sum of RGB (Red+Green+Blue) = 133+105+135=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #856987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856987 is #7A9678. Grayscale: #747474. Windows color (decimal): -8033913 or 8874373. OLE color: 8874373.

HSL color Cylindrical-coordinate representation of color #856987: hue angle of 296º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856987 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 105 135 -
CMYK 0.01 0.22 0 0.47
HSL 296º 0.13% 0.47% -
HSV(B) 296º 0.22% 0.53% -
XYZ 19.1 16.84 25.17 -
YUV 116.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 133 105 135 0.01 0.22 0 0.47 296 0.13 0.47
Hex 85 69 87 1 16 0 2F 128 C 2F
Octal 205 151 207 1 26 0 57 450 14 57
Binary 10000101 1101001 10000111 1 10110 0 101111 100101000 1100 101111

Color Harmonies of #856987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856987

Black with #856987

Text Example


Text Example

White with #856987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856987; }

 p { color: rgb(133,105,135); }

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

background-color css

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

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

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

border-color css

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

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

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