Html Css Color HEX #874869 Cosmic

📋 copy color: '#874869'

red 135 ◦ green 72 ◦ blue 105

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

Shades of Cosmic #874869

Tints of Cosmic #874869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 43.27%
G = 23.08%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#874869 (or 0x874869) is known color: Cosmic. HEX triplet: 87, 48 and 69. RGB value is (135,72,105). Sum of RGB (Red+Green+Blue) = 135+72+105=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #874869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874869 is #78B796. Grayscale: #5E5E5E. Windows color (decimal): -7911319 or 6899847. OLE color: 6899847.

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

Color convert

RGB 135 72 105 -
CMYK 0 0.47 0.22 0.47
HSL 328.57º 0.3% 0.41% -
HSV(B) 328.57º 0.47% 0.53% -
XYZ 14.86 10.81 14.67 -
YUV 94.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 135 72 105 0 0.47 0.22 0.47 328.57 0.3 0.41
Hex 87 48 69 0 2F 16 2F 149 1E 29
Octal 207 110 151 0 57 26 57 511 36 51
Binary 10000111 1001000 1101001 0 101111 10110 101111 101001001 11110 101001

Color Harmonies of #874869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874869

Black with #874869

Text Example


Text Example

White with #874869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874869; }

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

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

background-color css

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

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

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

border-color css

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

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

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