#824BAC

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

Shades of Studio #824BAC

Tints of Studio #824BAC

Color information

#824BAC (or 0x824BAC) is unknown color: approx Studio. HEX triplet: 82, 4B and AC. RGB value is (130,75,172). Sum of RGB (Red+Green+Blue) = 130+75+172=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #824BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BAC is #7DB453. Grayscale: #666666. Windows color (decimal): -8238164 or 11291522. OLE color: 11291522.

HSL color Cylindrical-coordinate representation of color #824BAC: hue angle of 274.02º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824BAC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13075172-
CMYK0.240.5600.33
HSL274.02º39.27%48.43%-
HSV(B)274.02º56.4%67.45%-
XYZ19.1712.7640.48-
YUV102.5167.22147.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=34.48%
G=19.89%
B=45.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130751720.240.5600.33274.0239.2748.43
Hex824BAC18380211122730
Octal20211325430700414224760
Binary10000010100101110101100110001110000100001100010010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,172); }

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

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

 a { background-color: rgb(130,75,172); }

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

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

 span { border-color: rgb(130,75,172); }

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