Html Css Color HEX #835368 Cosmic

📋 copy color: '#835368'

red 131 ◦ green 83 ◦ blue 104

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

Shades of Cosmic #835368

Tints of Cosmic #835368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 41.19%
G = 26.1%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#835368 (or 0x835368) is known color: Cosmic. HEX triplet: 83, 53 and 68. RGB value is (131,83,104). Sum of RGB (Red+Green+Blue) = 131+83+104=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835368 is #7CAC97. Grayscale: #636363. Windows color (decimal): -8170648 or 6837123. OLE color: 6837123.

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

Color convert

RGB 131 83 104 -
CMYK 0 0.37 0.21 0.49
HSL 333.75º 0.22% 0.42% -
HSV(B) 333.75º 0.37% 0.51% -
XYZ 14.95 12.01 14.63 -
YUV 99.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 131 83 104 0 0.37 0.21 0.49 333.75 0.22 0.42
Hex 83 53 68 0 25 15 31 14E 16 2A
Octal 203 123 150 0 45 25 61 516 26 52
Binary 10000011 1010011 1101000 0 100101 10101 110001 101001110 10110 101010

Color Harmonies of #835368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835368

Black with #835368

Text Example


Text Example

White with #835368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835368; }

 p { color: rgb(131,83,104); }

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

background-color css

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

 a { background-color: rgb(131,83,104); }

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

border-color css

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

 span { border-color: rgb(131,83,104); }

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