Html Css Color HEX #834872 Cosmic

📋 copy color: '#834872'

red 131 ◦ green 72 ◦ blue 114

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

Shades of Cosmic #834872

Tints of Cosmic #834872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 41.32%
G = 22.71%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#834872 (or 0x834872) is known color: Cosmic. HEX triplet: 83, 48 and 72. RGB value is (131,72,114). Sum of RGB (Red+Green+Blue) = 131+72+114=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #834872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834872 is #7CB78D. Grayscale: #5E5E5E. Windows color (decimal): -8173454 or 7489667. OLE color: 7489667.

HSL color Cylindrical-coordinate representation of color #834872: hue angle of 317.29º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834872 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 114 -
CMYK 0 0.45 0.13 0.49
HSL 317.29º 0.29% 0.4% -
HSV(B) 317.29º 0.45% 0.51% -
XYZ 14.71 10.67 17.2 -
YUV 94.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 131 72 114 0 0.45 0.13 0.49 317.29 0.29 0.4
Hex 83 48 72 0 2D D 31 13D 1D 28
Octal 203 110 162 0 55 15 61 475 35 50
Binary 10000011 1001000 1110010 0 101101 1101 110001 100111101 11101 101000

Color Harmonies of #834872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834872

Black with #834872

Text Example


Text Example

White with #834872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834872; }

 p { color: rgb(131,72,114); }

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

background-color css

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

 a { background-color: rgb(131,72,114); }

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

border-color css

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

 span { border-color: rgb(131,72,114); }

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