#824AB7

Color #824AB7 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #824AB7

Tints of Studio #824AB7

Color information

#824AB7 (or 0x824AB7) is unknown color: approx Studio. HEX triplet: 82, 4A and B7. RGB value is (130,74,183). Sum of RGB (Red+Green+Blue) = 130+74+183=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #824AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824AB7 is #7DB548. Grayscale: #666666. Windows color (decimal): -8238409 or 12012162. OLE color: 12012162.

HSL color Cylindrical-coordinate representation of color #824AB7: hue angle of 270.83º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824AB7 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13074183-
CMYK0.290.6000.28
HSL270.83º43.08%50.39%-
HSV(B)270.83º59.56%71.76%-
XYZ20.213.0646.26-
YUV103.17173.05147.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 74 (29.30% from 255) = 19.12%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=33.59%
G=19.12%
B=47.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130741830.290.6000.28270.8343.0850.39
Hex824AB71D3C01C10f2b32
Octal20211226735740344175362
Binary1000001010010101011011111101111100011100100001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824AB7; }

 p { color: rgb(130,74,183); }

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

<style>
 a { background-color: #824AB7; }

 a { background-color: rgb(130,74,183); }

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

<style>
 span { border-color: #824AB7; }

 span { border-color: rgb(130,74,183); }

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