Html Css Color HEX #836485 Trendy Pink

📋 copy color: '#836485'

red 131 ◦ green 100 ◦ blue 133

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

Shades of Trendy Pink #836485

Tints of Trendy Pink #836485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 35.99%
G = 27.47%
B = 36.54%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836485 (or 0x836485) is known color: Trendy Pink. HEX triplet: 83, 64 and 85. RGB value is (131,100,133). Sum of RGB (Red+Green+Blue) = 131+100+133=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #836485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836485 is #7C9B7A. Grayscale: #707070. Windows color (decimal): -8166267 or 8742019. OLE color: 8742019.

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

Color convert

RGB 131 100 133 -
CMYK 0.02 0.25 0 0.48
HSL 296.36º 0.14% 0.46% -
HSV(B) 296.36º 0.25% 0.52% -
XYZ 18.15 15.63 24.25 -
YUV 113.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 131 100 133 0.02 0.25 0 0.48 296.36 0.14 0.46
Hex 83 64 85 2 19 0 30 128 E 2E
Octal 203 144 205 2 31 0 60 450 16 56
Binary 10000011 1100100 10000101 10 11001 0 110000 100101000 1110 101110

Color Harmonies of #836485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836485

Black with #836485

Text Example


Text Example

White with #836485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836485; }

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

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

background-color css

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

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

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

border-color css

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

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

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