Html Css Color HEX #836587 Trendy Pink

📋 copy color: '#836587'

red 131 ◦ green 101 ◦ blue 135

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

Shades of Trendy Pink #836587

Tints of Trendy Pink #836587

RGB

 RED value IS 131 (51.56% from 255) = 35.69%

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 35.69%
G = 27.52%
B = 36.78%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836587 (or 0x836587) is known color: Trendy Pink. HEX triplet: 83, 65 and 87. RGB value is (131,101,135). Sum of RGB (Red+Green+Blue) = 131+101+135=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #836587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836587 is #7C9A78. Grayscale: #717171. Windows color (decimal): -8166009 or 8873347. OLE color: 8873347.

HSL color Cylindrical-coordinate representation of color #836587: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836587 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 101 135 -
CMYK 0.03 0.25 0 0.47
HSL 292.94º 0.14% 0.46% -
HSV(B) 292.94º 0.25% 0.53% -
XYZ 18.39 15.88 25.02 -
YUV 113.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 131 101 135 0.03 0.25 0 0.47 292.94 0.14 0.46
Hex 83 65 87 3 19 0 2F 125 E 2E
Octal 203 145 207 3 31 0 57 445 16 56
Binary 10000011 1100101 10000111 11 11001 0 101111 100100101 1110 101110

Color Harmonies of #836587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836587

Black with #836587

Text Example


Text Example

White with #836587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836587; }

 p { color: rgb(131,101,135); }

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

background-color css

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

 a { background-color: rgb(131,101,135); }

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

border-color css

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

 span { border-color: rgb(131,101,135); }

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