Html Css Color HEX #834768 Cosmic

📋 copy color: '#834768'

red 131 ◦ green 71 ◦ blue 104

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

Shades of Cosmic #834768

Tints of Cosmic #834768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

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

R = 42.81%
G = 23.2%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#834768 (or 0x834768) is known color: Cosmic. HEX triplet: 83, 47 and 68. RGB value is (131,71,104). Sum of RGB (Red+Green+Blue) = 131+71+104=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #834768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834768 is #7CB897. Grayscale: #5C5C5C. Windows color (decimal): -8173720 or 6834051. OLE color: 6834051.

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

Color convert

RGB 131 71 104 -
CMYK 0 0.46 0.21 0.49
HSL 327º 0.3% 0.4% -
HSV(B) 327º 0.46% 0.51% -
XYZ 14.11 10.33 14.35 -
YUV 92.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 131 71 104 0 0.46 0.21 0.49 327 0.3 0.4
Hex 83 47 68 0 2E 15 31 147 1E 28
Octal 203 107 150 0 56 25 61 507 36 50
Binary 10000011 1000111 1101000 0 101110 10101 110001 101000111 11110 101000

Color Harmonies of #834768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834768

Black with #834768

Text Example


Text Example

White with #834768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834768; }

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

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

background-color css

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

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

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

border-color css

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

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

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