Html Css Color HEX #836688 Trendy Pink

📋 copy color: '#836688'

red 131 ◦ green 102 ◦ blue 136

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

Shades of Trendy Pink #836688

Tints of Trendy Pink #836688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 35.5%
G = 27.64%
B = 36.86%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836688 (or 0x836688) is known color: Trendy Pink. HEX triplet: 83, 66 and 88. RGB value is (131,102,136). Sum of RGB (Red+Green+Blue) = 131+102+136=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #836688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836688 is #7C9977. Grayscale: #727272. Windows color (decimal): -8165752 or 8939139. OLE color: 8939139.

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

Color convert

RGB 131 102 136 -
CMYK 0.04 0.25 0 0.47
HSL 291.18º 0.14% 0.47% -
HSV(B) 291.18º 0.25% 0.53% -
XYZ 18.56 16.11 25.42 -
YUV 114.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 131 102 136 0.04 0.25 0 0.47 291.18 0.14 0.47
Hex 83 66 88 4 19 0 2F 123 E 2F
Octal 203 146 210 4 31 0 57 443 16 57
Binary 10000011 1100110 10001000 100 11001 0 101111 100100011 1110 101111

Color Harmonies of #836688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836688

Black with #836688

Text Example


Text Example

White with #836688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836688; }

 p { color: rgb(131,102,136); }

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

background-color css

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

 a { background-color: rgb(131,102,136); }

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

border-color css

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

 span { border-color: rgb(131,102,136); }

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