Html Css Color HEX #82506F Cosmic

📋 copy color: '#82506F'

red 130 ◦ green 80 ◦ blue 111

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

Shades of Cosmic #82506F

Tints of Cosmic #82506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 40.5%
G = 24.92%
B = 34.58%

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

#82506F (or 0x82506F) is known color: Cosmic. HEX triplet: 82, 50 and 6F. RGB value is (130,80,111). Sum of RGB (Red+Green+Blue) = 130+80+111=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82506F is #7DAF90. Grayscale: #626262. Windows color (decimal): -8236945 or 7295106. OLE color: 7295106.

HSL color Cylindrical-coordinate representation of color #82506F: hue angle of 322.8º 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 #82506F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 111 -
CMYK 0 0.38 0.15 0.49
HSL 322.8º 0.24% 0.41% -
HSV(B) 322.8º 0.38% 0.51% -
XYZ 14.94 11.63 16.5 -
YUV 98.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 130 80 111 0 0.38 0.15 0.49 322.8 0.24 0.41
Hex 82 50 6F 0 26 F 31 143 18 29
Octal 202 120 157 0 46 17 61 503 30 51
Binary 10000010 1010000 1101111 0 100110 1111 110001 101000011 11000 101001

Color Harmonies of #82506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82506F

Black with #82506F

Text Example


Text Example

White with #82506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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