#8B466E

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

Shades of Cosmic #8B466E

Tints of Cosmic #8B466E

Color information

#8B466E (or 0x8B466E) is unknown color: approx Cosmic. HEX triplet: 8B, 46 and 6E. RGB value is (139,70,110). Sum of RGB (Red+Green+Blue) = 139+70+110=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B466E is #74B991. Grayscale: #5F5F5F. Windows color (decimal): -7649682 or 7227019. OLE color: 7227019.

HSL color Cylindrical-coordinate representation of color #8B466E: hue angle of 325.22º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B466E is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB13970110-
CMYK00.500.210.45
HSL325.22º33.01%40.98%-
HSV(B)325.22º49.64%54.51%-
XYZ15.651116.05-
YUV95.19136.36159.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=43.57%
G=21.94%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397011000.500.210.45325.2233.0140.98
Hex8B466E032152D1452129
Octal21310615606225555054151
Binary1000101110001101101110011001010101101101101000101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B466E; }

 p { color: rgb(139,70,110); }

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

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

 a { background-color: rgb(139,70,110); }

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

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

 span { border-color: rgb(139,70,110); }

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