Html Css Color HEX #82466F Cosmic

📋 copy color: '#82466F'

red 130 ◦ green 70 ◦ blue 111

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

Shades of Cosmic #82466F

Tints of Cosmic #82466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 41.8%
G = 22.51%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82466F (or 0x82466F) is known color: Cosmic. HEX triplet: 82, 46 and 6F. RGB value is (130,70,111). Sum of RGB (Red+Green+Blue) = 130+70+111=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82466F is #7DB990. Grayscale: #5C5C5C. Windows color (decimal): -8239505 or 7292546. OLE color: 7292546.

HSL color Cylindrical-coordinate representation of color #82466F: hue angle of 319º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82466F is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 70 111 -
CMYK 0 0.46 0.15 0.49
HSL 319º 0.3% 0.39% -
HSV(B) 319º 0.46% 0.51% -
XYZ 14.27 10.27 16.27 -
YUV 92.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 130 70 111 0 0.46 0.15 0.49 319 0.3 0.39
Hex 82 46 6F 0 2E F 31 13F 1E 27
Octal 202 106 157 0 56 17 61 477 36 47
Binary 10000010 1000110 1101111 0 101110 1111 110001 100111111 11110 100111

Color Harmonies of #82466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82466F

Black with #82466F

Text Example


Text Example

White with #82466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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