Html Css Color HEX #814766 Cosmic

📋 copy color: '#814766'

red 129 ◦ green 71 ◦ blue 102

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

Shades of Cosmic #814766

Tints of Cosmic #814766

RGB

 RED value IS 129 (50.78% from 255) = 42.72%

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 42.72%
G = 23.51%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#814766 (or 0x814766) is known color: Cosmic. HEX triplet: 81, 47 and 66. RGB value is (129,71,102). Sum of RGB (Red+Green+Blue) = 129+71+102=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #814766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814766 is #7EB899. Grayscale: #5B5B5B. Windows color (decimal): -8304794 or 6702977. OLE color: 6702977.

HSL color Cylindrical-coordinate representation of color #814766: hue angle of 327.93º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814766 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 71 102 -
CMYK 0 0.45 0.21 0.49
HSL 327.93º 0.29% 0.39% -
HSV(B) 327.93º 0.45% 0.51% -
XYZ 13.7 10.13 13.8 -
YUV 91.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 129 71 102 0 0.45 0.21 0.49 327.93 0.29 0.39
Hex 81 47 66 0 2D 15 31 148 1D 27
Octal 201 107 146 0 55 25 61 510 35 47
Binary 10000001 1000111 1100110 0 101101 10101 110001 101001000 11101 100111

Color Harmonies of #814766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814766

Black with #814766

Text Example


Text Example

White with #814766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814766; }

 p { color: rgb(129,71,102); }

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

background-color css

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

 a { background-color: rgb(129,71,102); }

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

border-color css

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

 span { border-color: rgb(129,71,102); }

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