Html Css Color HEX #87486B Cosmic

📋 copy color: '#87486B'

red 135 ◦ green 72 ◦ blue 107

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

Shades of Cosmic #87486B

Tints of Cosmic #87486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 42.99%
G = 22.93%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87486B (or 0x87486B) is known color: Cosmic. HEX triplet: 87, 48 and 6B. RGB value is (135,72,107). Sum of RGB (Red+Green+Blue) = 135+72+107=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87486B is #78B794. Grayscale: #5E5E5E. Windows color (decimal): -7911317 or 7030919. OLE color: 7030919.

HSL color Cylindrical-coordinate representation of color #87486B: hue angle of 326.67º 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 #87486B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 107 -
CMYK 0 0.47 0.21 0.47
HSL 326.67º 0.3% 0.41% -
HSV(B) 326.67º 0.47% 0.53% -
XYZ 14.96 10.85 15.22 -
YUV 94.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 135 72 107 0 0.47 0.21 0.47 326.67 0.3 0.41
Hex 87 48 6B 0 2F 15 2F 147 1E 29
Octal 207 110 153 0 57 25 57 507 36 51
Binary 10000111 1001000 1101011 0 101111 10101 101111 101000111 11110 101001

Color Harmonies of #87486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87486B

Black with #87486B

Text Example


Text Example

White with #87486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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