Html Css Color HEX #864F71 Cosmic

📋 copy color: '#864F71'

red 134 ◦ green 79 ◦ blue 113

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

Shades of Cosmic #864F71

Tints of Cosmic #864F71

RGB

 RED value IS 134 (52.73% from 255) = 41.1%

 GREEN value IS 79 (31.25% from 255) = 24.23%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 41.1%
G = 24.23%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#864F71 (or 0x864F71) is known color: Cosmic. HEX triplet: 86, 4F and 71. RGB value is (134,79,113). Sum of RGB (Red+Green+Blue) = 134+79+113=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #864F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F71 is #79B08E. Grayscale: #636363. Windows color (decimal): -7975055 or 7425926. OLE color: 7425926.

HSL color Cylindrical-coordinate representation of color #864F71: hue angle of 322.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #864F71 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 79 113 -
CMYK 0 0.41 0.16 0.47
HSL 322.91º 0.26% 0.42% -
HSV(B) 322.91º 0.41% 0.53% -
XYZ 15.61 11.85 17.09 -
YUV 99.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 134 79 113 0 0.41 0.16 0.47 322.91 0.26 0.42
Hex 86 4F 71 0 29 10 2F 143 1A 2A
Octal 206 117 161 0 51 20 57 503 32 52
Binary 10000110 1001111 1110001 0 101001 10000 101111 101000011 11010 101010

Color Harmonies of #864F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864F71

Black with #864F71

Text Example


Text Example

White with #864F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864F71; }

 p { color: rgb(134,79,113); }

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

background-color css

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

 a { background-color: rgb(134,79,113); }

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

border-color css

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

 span { border-color: rgb(134,79,113); }

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