Html Css Color HEX #836788 Trendy Pink

📋 copy color: '#836788'

red 131 ◦ green 103 ◦ blue 136

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

Shades of Trendy Pink #836788

Tints of Trendy Pink #836788

RGB

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

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

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

R = 35.41%
G = 27.84%
B = 36.76%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836788 (or 0x836788) is known color: Trendy Pink. HEX triplet: 83, 67 and 88. RGB value is (131,103,136). Sum of RGB (Red+Green+Blue) = 131+103+136=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 136 - color contains mainly: blue. Hex color #836788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836788 is #7C9877. Grayscale: #737373. Windows color (decimal): -8165496 or 8939395. OLE color: 8939395.

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

Color convert

RGB 131 103 136 -
CMYK 0.04 0.24 0 0.47
HSL 290.91º 0.14% 0.47% -
HSV(B) 290.91º 0.24% 0.53% -
XYZ 18.65 16.3 25.46 -
YUV 115.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 131 103 136 0.04 0.24 0 0.47 290.91 0.14 0.47
Hex 83 67 88 4 18 0 2F 123 E 2F
Octal 203 147 210 4 30 0 57 443 16 57
Binary 10000011 1100111 10001000 100 11000 0 101111 100100011 1110 101111

Color Harmonies of #836788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836788

Black with #836788

Text Example


Text Example

White with #836788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836788; }

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

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

background-color css

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

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

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

border-color css

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

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

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