Html Css Color HEX #87486D Cosmic

📋 copy color: '#87486D'

red 135 ◦ green 72 ◦ blue 109

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

Shades of Cosmic #87486D

Tints of Cosmic #87486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 42.72%
G = 22.78%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87486D (or 0x87486D) is known color: Cosmic. HEX triplet: 87, 48 and 6D. RGB value is (135,72,109). Sum of RGB (Red+Green+Blue) = 135+72+109=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87486D is #78B792. Grayscale: #5E5E5E. Windows color (decimal): -7911315 or 7161991. OLE color: 7161991.

HSL color Cylindrical-coordinate representation of color #87486D: hue angle of 324.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87486D is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 109 -
CMYK 0 0.47 0.19 0.47
HSL 324.76º 0.3% 0.41% -
HSV(B) 324.76º 0.47% 0.53% -
XYZ 15.07 10.89 15.78 -
YUV 95.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 135 72 109 0 0.47 0.19 0.47 324.76 0.3 0.41
Hex 87 48 6D 0 2F 13 2F 145 1E 29
Octal 207 110 155 0 57 23 57 505 36 51
Binary 10000111 1001000 1101101 0 101111 10011 101111 101000101 11110 101001

Color Harmonies of #87486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87486D

Black with #87486D

Text Example


Text Example

White with #87486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87486D; }

 p { color: rgb(135,72,109); }

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

background-color css

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

 a { background-color: rgb(135,72,109); }

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

border-color css

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

 span { border-color: rgb(135,72,109); }

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