#834A68

Color #834A68 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #834A68

Tints of Cosmic #834A68

Color information

#834A68 (or 0x834A68) is unknown color: approx Cosmic. HEX triplet: 83, 4A and 68. RGB value is (131,74,104). Sum of RGB (Red+Green+Blue) = 131+74+104=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #834A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834A68 is #7CB597. Grayscale: #5E5E5E. Windows color (decimal): -8172952 or 6834819. OLE color: 6834819.

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

Color convert

RGB13174104-
CMYK00.440.210.49
HSL328.42º27.8%40.2%-
HSV(B)328.42º43.51%51.37%-
XYZ14.3110.7214.41-
YUV94.46133.38154.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.39%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=42.39%
G=23.95%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317410400.440.210.49328.4227.840.2
Hex834A6802C15311481c28
Octal20311215005425615103450
Binary100000111001010110100001011001010111000110100100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834A68; }

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

 H1.HeaderClassName
 {
   color: #834A68;
 }
 .AnyTagClassName
 {
   color: #834A68;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #834A68;
 }
 .BgClassName
 {
   background-color: #834A68;
 }
</style>
border-color css

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

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

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