Html Css Color HEX #875888 Trendy Pink

📋 copy color: '#875888'

red 135 ◦ green 88 ◦ blue 136

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

Shades of Trendy Pink #875888

Tints of Trendy Pink #875888

RGB

 RED value IS 135 (53.13% from 255) = 37.6%

 GREEN value IS 88 (34.77% from 255) = 24.51%

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

R = 37.6%
G = 24.51%
B = 37.88%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#875888 (or 0x875888) is known color: Trendy Pink. HEX triplet: 87, 58 and 88. RGB value is (135,88,136). Sum of RGB (Red+Green+Blue) = 135+88+136=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #875888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875888 is #78A777. Grayscale: #6B6B6B. Windows color (decimal): -7907192 or 8935559. OLE color: 8935559.

HSL color Cylindrical-coordinate representation of color #875888: hue angle of 298.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875888 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 136 -
CMYK 0.01 0.35 0 0.47
HSL 298.75º 0.21% 0.44% -
HSV(B) 298.75º 0.35% 0.53% -
XYZ 17.93 13.91 25.03 -
YUV 107.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 135 88 136 0.01 0.35 0 0.47 298.75 0.21 0.44
Hex 87 58 88 1 23 0 2F 12B 15 2C
Octal 207 130 210 1 43 0 57 453 25 54
Binary 10000111 1011000 10001000 1 100011 0 101111 100101011 10101 101100

Color Harmonies of #875888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875888

Black with #875888

Text Example


Text Example

White with #875888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875888; }

 p { color: rgb(135,88,136); }

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

background-color css

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

 a { background-color: rgb(135,88,136); }

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

border-color css

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

 span { border-color: rgb(135,88,136); }

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