Html Css Color HEX #834769 Cosmic

📋 copy color: '#834769'

red 131 ◦ green 71 ◦ blue 105

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

Shades of Cosmic #834769

Tints of Cosmic #834769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 42.67%
G = 23.13%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#834769 (or 0x834769) is known color: Cosmic. HEX triplet: 83, 47 and 69. RGB value is (131,71,105). Sum of RGB (Red+Green+Blue) = 131+71+105=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #834769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834769 is #7CB896. Grayscale: #5C5C5C. Windows color (decimal): -8173719 or 6899587. OLE color: 6899587.

HSL color Cylindrical-coordinate representation of color #834769: hue angle of 326º 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 #834769 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 105 -
CMYK 0 0.46 0.20 0.49
HSL 326º 0.3% 0.4% -
HSV(B) 326º 0.46% 0.51% -
XYZ 14.16 10.35 14.62 -
YUV 92.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 131 71 105 0 0.46 0.20 0.49 326 0.3 0.4
Hex 83 47 69 0 2E 14 31 146 1E 28
Octal 203 107 151 0 56 24 61 506 36 50
Binary 10000011 1000111 1101001 0 101110 10100 110001 101000110 11110 101000

Color Harmonies of #834769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834769

Black with #834769

Text Example


Text Example

White with #834769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834769; }

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

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

background-color css

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

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

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

border-color css

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

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

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