#82456C

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

Shades of Cosmic #82456C

Tints of Cosmic #82456C

Color information

#82456C (or 0x82456C) is unknown color: approx Cosmic. HEX triplet: 82, 45 and 6C. RGB value is (130,69,108). Sum of RGB (Red+Green+Blue) = 130+69+108=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82456C is #7DBA93. Grayscale: #5B5B5B. Windows color (decimal): -8239764 or 7095682. OLE color: 7095682.

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

Color convert

RGB13069108-
CMYK00.470.170.49
HSL321.64º30.65%39.02%-
HSV(B)321.64º46.92%50.98%-
XYZ14.0410.0815.39-
YUV91.68137.21155.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=42.35%
G=22.48%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306910800.470.170.49321.6430.6539.02
Hex82456C02F11311421f27
Octal20210515405721615023747
Binary100000101000101110110001011111000111000110100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82456C; }

 p { color: rgb(130,69,108); }

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

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

 a { background-color: rgb(130,69,108); }

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

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

 span { border-color: rgb(130,69,108); }

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