Html Css Color HEX #834564 Cosmic

📋 copy color: '#834564'

red 131 ◦ green 69 ◦ blue 100

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

Shades of Cosmic #834564

Tints of Cosmic #834564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 43.67%
G = 23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#834564 (or 0x834564) is known color: Cosmic. HEX triplet: 83, 45 and 64. RGB value is (131,69,100). Sum of RGB (Red+Green+Blue) = 131+69+100=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #834564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834564 is #7CBA9B. Grayscale: #5B5B5B. Windows color (decimal): -8174236 or 6571395. OLE color: 6571395.

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

Color convert

RGB 131 69 100 -
CMYK 0 0.47 0.24 0.49
HSL 330º 0.31% 0.39% -
HSV(B) 330º 0.47% 0.51% -
XYZ 13.79 10 13.26 -
YUV 91.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 131 69 100 0 0.47 0.24 0.49 330 0.31 0.39
Hex 83 45 64 0 2F 18 31 14A 1F 27
Octal 203 105 144 0 57 30 61 512 37 47
Binary 10000011 1000101 1100100 0 101111 11000 110001 101001010 11111 100111

Color Harmonies of #834564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834564

Black with #834564

Text Example


Text Example

White with #834564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834564; }

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

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

background-color css

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

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

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

border-color css

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

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

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