#7852B6

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

Shades of Studio #7852B6

Tints of Studio #7852B6

Color information

#7852B6 (or 0x7852B6) is unknown color: approx Studio. HEX triplet: 78, 52 and B6. RGB value is (120,82,182). Sum of RGB (Red+Green+Blue) = 120+82+182=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #7852B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852B6 is #87AD49. Grayscale: #686868. Windows color (decimal): -8891722 or 11948664. OLE color: 11948664.

HSL color Cylindrical-coordinate representation of color #7852B6: hue angle of 262.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7852B6 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12082182-
CMYK0.340.5500.29
HSL262.8º40.65%51.76%-
HSV(B)262.8º54.95%71.37%-
XYZ19.2113.4145.83-
YUV104.76171.59138.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 182 (71.48% from 255) = 47.40%
R=31.25%
G=21.35%
B=47.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120821820.340.5500.29262.840.6551.76
Hex7852B6223701D1072934
Octal17012226642670354075164
Binary1111000101001010110110100010110111011101100000111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7852B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7852B6; }

 p { color: rgb(120,82,182); }

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

<style>
 a { background-color: #7852B6; }

 a { background-color: rgb(120,82,182); }

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

<style>
 span { border-color: #7852B6; }

 span { border-color: rgb(120,82,182); }

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