Html Css Color HEX #864472 Cosmic

📋 copy color: '#864472'

red 134 ◦ green 68 ◦ blue 114

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

Shades of Cosmic #864472

Tints of Cosmic #864472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.52%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 42.41%
G = 21.52%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#864472 (or 0x864472) is known color: Cosmic. HEX triplet: 86, 44 and 72. RGB value is (134,68,114). Sum of RGB (Red+Green+Blue) = 134+68+114=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864472 is #79BB8D. Grayscale: #5C5C5C. Windows color (decimal): -7977870 or 7488646. OLE color: 7488646.

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

Color convert

RGB 134 68 114 -
CMYK 0 0.49 0.15 0.47
HSL 318.18º 0.33% 0.4% -
HSV(B) 318.18º 0.49% 0.53% -
XYZ 14.94 10.42 17.14 -
YUV 92.98 139.87 157.26 -
System Red Green Blue C M Y K H S L
Decimal 134 68 114 0 0.49 0.15 0.47 318.18 0.33 0.4
Hex 86 44 72 0 31 F 2F 13E 21 28
Octal 206 104 162 0 61 17 57 476 41 50
Binary 10000110 1000100 1110010 0 110001 1111 101111 100111110 100001 101000

Color Harmonies of #864472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864472

Black with #864472

Text Example


Text Example

White with #864472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864472; }

 p { color: rgb(134,68,114); }

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

background-color css

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

 a { background-color: rgb(134,68,114); }

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

border-color css

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

 span { border-color: rgb(134,68,114); }

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