Html Css Color HEX #834869 Cosmic

📋 copy color: '#834869'

red 131 ◦ green 72 ◦ blue 105

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

Shades of Cosmic #834869

Tints of Cosmic #834869

RGB

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

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

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

R = 42.53%
G = 23.38%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#834869 (or 0x834869) is known color: Cosmic. HEX triplet: 83, 48 and 69. RGB value is (131,72,105). Sum of RGB (Red+Green+Blue) = 131+72+105=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #834869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834869 is #7CB796. Grayscale: #5D5D5D. Windows color (decimal): -8173463 or 6899843. OLE color: 6899843.

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

Color convert

RGB 131 72 105 -
CMYK 0 0.45 0.20 0.49
HSL 326.44º 0.29% 0.4% -
HSV(B) 326.44º 0.45% 0.51% -
XYZ 14.23 10.48 14.64 -
YUV 93.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 131 72 105 0 0.45 0.20 0.49 326.44 0.29 0.4
Hex 83 48 69 0 2D 14 31 146 1D 28
Octal 203 110 151 0 55 24 61 506 35 50
Binary 10000011 1001000 1101001 0 101101 10100 110001 101000110 11101 101000

Color Harmonies of #834869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834869

Black with #834869

Text Example


Text Example

White with #834869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834869; }

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

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

background-color css

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

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

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

border-color css

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

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

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