Html Css Color HEX #834568 Cosmic

📋 copy color: '#834568'

red 131 ◦ green 69 ◦ blue 104

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

Shades of Cosmic #834568

Tints of Cosmic #834568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 43.09%
G = 22.7%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#834568 (or 0x834568) is known color: Cosmic. HEX triplet: 83, 45 and 68. RGB value is (131,69,104). Sum of RGB (Red+Green+Blue) = 131+69+104=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #834568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834568 is #7CBA97. Grayscale: #5B5B5B. Windows color (decimal): -8174232 or 6833539. OLE color: 6833539.

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

Color convert

RGB 131 69 104 -
CMYK 0 0.47 0.21 0.49
HSL 326.13º 0.31% 0.39% -
HSV(B) 326.13º 0.47% 0.51% -
XYZ 13.99 10.08 14.31 -
YUV 91.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 131 69 104 0 0.47 0.21 0.49 326.13 0.31 0.39
Hex 83 45 68 0 2F 15 31 146 1F 27
Octal 203 105 150 0 57 25 61 506 37 47
Binary 10000011 1000101 1101000 0 101111 10101 110001 101000110 11111 100111

Color Harmonies of #834568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834568

Black with #834568

Text Example


Text Example

White with #834568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834568; }

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

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

background-color css

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

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

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

border-color css

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

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

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