Html Css Color HEX #835473 Cosmic

📋 copy color: '#835473'

red 131 ◦ green 84 ◦ blue 115

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

Shades of Cosmic #835473

Tints of Cosmic #835473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 39.7%
G = 25.45%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#835473 (or 0x835473) is known color: Cosmic. HEX triplet: 83, 54 and 73. RGB value is (131,84,115). Sum of RGB (Red+Green+Blue) = 131+84+115=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #835473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835473 is #7CAB8C. Grayscale: #656565. Windows color (decimal): -8170381 or 7558275. OLE color: 7558275.

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

Color convert

RGB 131 84 115 -
CMYK 0 0.36 0.12 0.49
HSL 320.43º 0.22% 0.42% -
HSV(B) 320.43º 0.36% 0.51% -
XYZ 15.62 12.4 17.79 -
YUV 101.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 131 84 115 0 0.36 0.12 0.49 320.43 0.22 0.42
Hex 83 54 73 0 24 C 31 140 16 2A
Octal 203 124 163 0 44 14 61 500 26 52
Binary 10000011 1010100 1110011 0 100100 1100 110001 101000000 10110 101010

Color Harmonies of #835473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835473

Black with #835473

Text Example


Text Example

White with #835473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835473; }

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

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

background-color css

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

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

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

border-color css

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

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

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