Html Css Color HEX #835068 Cosmic

📋 copy color: '#835068'

red 131 ◦ green 80 ◦ blue 104

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

Shades of Cosmic #835068

Tints of Cosmic #835068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 41.59%
G = 25.4%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#835068 (or 0x835068) is known color: Cosmic. HEX triplet: 83, 50 and 68. RGB value is (131,80,104). Sum of RGB (Red+Green+Blue) = 131+80+104=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #835068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835068 is #7CAF97. Grayscale: #616161. Windows color (decimal): -8171416 or 6836355. OLE color: 6836355.

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

Color convert

RGB 131 80 104 -
CMYK 0 0.39 0.21 0.49
HSL 331.76º 0.24% 0.41% -
HSV(B) 331.76º 0.39% 0.51% -
XYZ 14.73 11.56 14.55 -
YUV 97.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 131 80 104 0 0.39 0.21 0.49 331.76 0.24 0.41
Hex 83 50 68 0 27 15 31 14C 18 29
Octal 203 120 150 0 47 25 61 514 30 51
Binary 10000011 1010000 1101000 0 100111 10101 110001 101001100 11000 101001

Color Harmonies of #835068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835068

Black with #835068

Text Example


Text Example

White with #835068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835068; }

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

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

background-color css

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

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

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

border-color css

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

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

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