Html Css Color HEX #835773 Cosmic

📋 copy color: '#835773'

red 131 ◦ green 87 ◦ blue 115

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

Shades of Cosmic #835773

Tints of Cosmic #835773

RGB

 RED value IS 131 (51.56% from 255) = 39.34%

 GREEN value IS 87 (34.38% from 255) = 26.13%

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

R = 39.34%
G = 26.13%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#835773 (or 0x835773) is known color: Cosmic. HEX triplet: 83, 57 and 73. RGB value is (131,87,115). Sum of RGB (Red+Green+Blue) = 131+87+115=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835773 is #7CA88C. Grayscale: #676767. Windows color (decimal): -8169613 or 7559043. OLE color: 7559043.

HSL color Cylindrical-coordinate representation of color #835773: hue angle of 321.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835773 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 87 115 -
CMYK 0 0.34 0.12 0.49
HSL 321.82º 0.2% 0.43% -
HSV(B) 321.82º 0.34% 0.51% -
XYZ 15.86 12.88 17.87 -
YUV 103.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 131 87 115 0 0.34 0.12 0.49 321.82 0.2 0.43
Hex 83 57 73 0 22 C 31 142 14 2B
Octal 203 127 163 0 42 14 61 502 24 53
Binary 10000011 1010111 1110011 0 100010 1100 110001 101000010 10100 101011

Color Harmonies of #835773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835773

Black with #835773

Text Example


Text Example

White with #835773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835773; }

 p { color: rgb(131,87,115); }

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

background-color css

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

 a { background-color: rgb(131,87,115); }

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

border-color css

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

 span { border-color: rgb(131,87,115); }

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