Html Css Color HEX #82506E Cosmic

📋 copy color: '#82506E'

red 130 ◦ green 80 ◦ blue 110

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

Shades of Cosmic #82506E

Tints of Cosmic #82506E

RGB

 RED value IS 130 (51.17% from 255) = 40.63%

 GREEN value IS 80 (31.64% from 255) = 25%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 40.63%
G = 25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82506E (or 0x82506E) is known color: Cosmic. HEX triplet: 82, 50 and 6E. RGB value is (130,80,110). Sum of RGB (Red+Green+Blue) = 130+80+110=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82506E is #7DAF91. Grayscale: #626262. Windows color (decimal): -8236946 or 7229570. OLE color: 7229570.

HSL color Cylindrical-coordinate representation of color #82506E: hue angle of 324º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82506E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 110 -
CMYK 0 0.38 0.15 0.49
HSL 324º 0.24% 0.41% -
HSV(B) 324º 0.38% 0.51% -
XYZ 14.89 11.61 16.21 -
YUV 98.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 130 80 110 0 0.38 0.15 0.49 324 0.24 0.41
Hex 82 50 6E 0 26 F 31 144 18 29
Octal 202 120 156 0 46 17 61 504 30 51
Binary 10000010 1010000 1101110 0 100110 1111 110001 101000100 11000 101001

Color Harmonies of #82506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82506E

Black with #82506E

Text Example


Text Example

White with #82506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82506E; }

 p { color: rgb(130,80,110); }

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

background-color css

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

 a { background-color: rgb(130,80,110); }

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

border-color css

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

 span { border-color: rgb(130,80,110); }

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