Html Css Color HEX #874273 Cosmic

📋 copy color: '#874273'

red 135 ◦ green 66 ◦ blue 115

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

Shades of Cosmic #874273

Tints of Cosmic #874273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 42.72%
G = 20.89%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#874273 (or 0x874273) is known color: Cosmic. HEX triplet: 87, 42 and 73. RGB value is (135,66,115). Sum of RGB (Red+Green+Blue) = 135+66+115=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #874273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874273 is #78BD8C. Grayscale: #5C5C5C. Windows color (decimal): -7912845 or 7553671. OLE color: 7553671.

HSL color Cylindrical-coordinate representation of color #874273: hue angle of 317.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874273 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 66 115 -
CMYK 0 0.51 0.15 0.47
HSL 317.39º 0.34% 0.39% -
HSV(B) 317.39º 0.51% 0.53% -
XYZ 15.03 10.29 17.41 -
YUV 92.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 135 66 115 0 0.51 0.15 0.47 317.39 0.34 0.39
Hex 87 42 73 0 33 F 2F 13D 22 27
Octal 207 102 163 0 63 17 57 475 42 47
Binary 10000111 1000010 1110011 0 110011 1111 101111 100111101 100010 100111

Color Harmonies of #874273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874273

Black with #874273

Text Example


Text Example

White with #874273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874273; }

 p { color: rgb(135,66,115); }

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

background-color css

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

 a { background-color: rgb(135,66,115); }

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

border-color css

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

 span { border-color: rgb(135,66,115); }

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