Html Css Color HEX #805488 Trendy Pink

📋 copy color: '#805488'

red 128 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #805488

Tints of Trendy Pink #805488

RGB

 RED value IS 128 (50.39% from 255) = 36.78%

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 36.78%
G = 24.14%
B = 39.08%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#805488 (or 0x805488) is known color: Trendy Pink. HEX triplet: 80, 54 and 88. RGB value is (128,84,136). Sum of RGB (Red+Green+Blue) = 128+84+136=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #805488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805488 is #7FAB77. Grayscale: #666666. Windows color (decimal): -8366968 or 8934528. OLE color: 8934528.

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

Color convert

RGB 128 84 136 -
CMYK 0.06 0.38 0 0.47
HSL 290.77º 0.24% 0.43% -
HSV(B) 290.77º 0.38% 0.53% -
XYZ 16.52 12.71 24.87 -
YUV 103.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 128 84 136 0.06 0.38 0 0.47 290.77 0.24 0.43
Hex 80 54 88 6 26 0 2F 123 18 2B
Octal 200 124 210 6 46 0 57 443 30 53
Binary 10000000 1010100 10001000 110 100110 0 101111 100100011 11000 101011

Color Harmonies of #805488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805488

Black with #805488

Text Example


Text Example

White with #805488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805488; }

 p { color: rgb(128,84,136); }

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

background-color css

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

 a { background-color: rgb(128,84,136); }

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

border-color css

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

 span { border-color: rgb(128,84,136); }

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