Html Css Color HEX #85688B Trendy Pink

📋 copy color: '#85688B'

red 133 ◦ green 104 ◦ blue 139

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

Shades of Trendy Pink #85688B

Tints of Trendy Pink #85688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 35.37%
G = 27.66%
B = 36.97%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85688B (or 0x85688B) is known color: Trendy Pink. HEX triplet: 85, 68 and 8B. RGB value is (133,104,139). Sum of RGB (Red+Green+Blue) = 133+104+139=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #85688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688B is #7A9774. Grayscale: #747474. Windows color (decimal): -8034165 or 9136261. OLE color: 9136261.

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

Color convert

RGB 133 104 139 -
CMYK 0.04 0.25 0 0.45
HSL 289.71º 0.14% 0.48% -
HSV(B) 289.71º 0.25% 0.55% -
XYZ 19.28 16.75 26.64 -
YUV 116.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 133 104 139 0.04 0.25 0 0.45 289.71 0.14 0.48
Hex 85 68 8B 4 19 0 2D 122 E 30
Octal 205 150 213 4 31 0 55 442 16 60
Binary 10000101 1101000 10001011 100 11001 0 101101 100100010 1110 110000

Color Harmonies of #85688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85688B

Black with #85688B

Text Example


Text Example

White with #85688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85688B; }

 p { color: rgb(133,104,139); }

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

background-color css

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

 a { background-color: rgb(133,104,139); }

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

border-color css

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

 span { border-color: rgb(133,104,139); }

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