#7852B7

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

Shades of Blue Marguerite #7852B7

Tints of Blue Marguerite #7852B7

Color information

#7852B7 (or 0x7852B7) is unknown color: approx Blue Marguerite. HEX triplet: 78, 52 and B7. RGB value is (120,82,183). Sum of RGB (Red+Green+Blue) = 120+82+183=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #7852B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852B7 is #87AD48. Grayscale: #686868. Windows color (decimal): -8891721 or 12014200. OLE color: 12014200.

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

Color convert

RGB12082183-
CMYK0.340.5500.28
HSL262.57º41.22%51.96%-
HSV(B)262.57º55.19%71.76%-
XYZ19.3113.4546.38-
YUV104.88172.09138.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 183 (71.88% from 255) = 47.53%
R=31.17%
G=21.30%
B=47.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120821830.340.5500.28262.5741.2251.96
Hex7852B7223701C1072934
Octal17012226742670344075164
Binary1111000101001010110111100010110111011100100000111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7852B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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