Html Css Color HEX #835870 Cosmic

📋 copy color: '#835870'

red 131 ◦ green 88 ◦ blue 112

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

Shades of Cosmic #835870

Tints of Cosmic #835870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 39.58%
G = 26.59%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#835870 (or 0x835870) is known color: Cosmic. HEX triplet: 83, 58 and 70. RGB value is (131,88,112). Sum of RGB (Red+Green+Blue) = 131+88+112=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #835870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835870 is #7CA78F. Grayscale: #676767. Windows color (decimal): -8169360 or 7362691. OLE color: 7362691.

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

Color convert

RGB 131 88 112 -
CMYK 0 0.33 0.15 0.49
HSL 326.51º 0.2% 0.43% -
HSV(B) 326.51º 0.33% 0.51% -
XYZ 15.77 12.97 17 -
YUV 103.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 131 88 112 0 0.33 0.15 0.49 326.51 0.2 0.43
Hex 83 58 70 0 21 F 31 147 14 2B
Octal 203 130 160 0 41 17 61 507 24 53
Binary 10000011 1011000 1110000 0 100001 1111 110001 101000111 10100 101011

Color Harmonies of #835870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835870

Black with #835870

Text Example


Text Example

White with #835870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835870; }

 p { color: rgb(131,88,112); }

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

background-color css

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

 a { background-color: rgb(131,88,112); }

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

border-color css

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

 span { border-color: rgb(131,88,112); }

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