Html Css Color HEX #85688E Trendy Pink

📋 copy color: '#85688E'

red 133 ◦ green 104 ◦ blue 142

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

Shades of Trendy Pink #85688E

Tints of Trendy Pink #85688E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 35.09%
G = 27.44%
B = 37.47%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85688E (or 0x85688E) is known color: Trendy Pink. HEX triplet: 85, 68 and 8E. RGB value is (133,104,142). Sum of RGB (Red+Green+Blue) = 133+104+142=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #85688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85688E is #7A9771. Grayscale: #747474. Windows color (decimal): -8034162 or 9332869. OLE color: 9332869.

HSL color Cylindrical-coordinate representation of color #85688E: hue angle of 285.79º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85688E is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 104 142 -
CMYK 0.06 0.27 0 0.44
HSL 285.79º 0.15% 0.48% -
HSV(B) 285.79º 0.27% 0.56% -
XYZ 19.51 16.84 27.81 -
YUV 117 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 133 104 142 0.06 0.27 0 0.44 285.79 0.15 0.48
Hex 85 68 8E 6 1B 0 2C 11E F 30
Octal 205 150 216 6 33 0 54 436 17 60
Binary 10000101 1101000 10001110 110 11011 0 101100 100011110 1111 110000

Color Harmonies of #85688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85688E

Black with #85688E

Text Example


Text Example

White with #85688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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