Html Css Color HEX #7552BA Blue Marguerite

📋 copy color: '#7552BA'

red 117 ◦ green 82 ◦ blue 186

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

Shades of Blue Marguerite #7552BA

Tints of Blue Marguerite #7552BA

RGB

 RED value IS 117 (46.09% from 255) = 30.39%

 GREEN value IS 82 (32.42% from 255) = 21.3%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 30.39%
G = 21.3%
B = 48.31%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7552BA (or 0x7552BA) is known color: Blue Marguerite. HEX triplet: 75, 52 and BA. RGB value is (117,82,186). Sum of RGB (Red+Green+Blue) = 117+82+186=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #7552BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552BA is #8AAD45. Grayscale: #676767. Windows color (decimal): -9088326 or 12210805. OLE color: 12210805.

HSL color Cylindrical-coordinate representation of color #7552BA: hue angle of 260.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7552BA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 82 186 -
CMYK 0.37 0.56 0 0.27
HSL 260.19º 0.43% 0.53% -
HSV(B) 260.19º 0.56% 0.73% -
XYZ 19.22 13.36 48.02 -
YUV 104.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 117 82 186 0.37 0.56 0 0.27 260.19 0.43 0.53
Hex 75 52 BA 25 38 0 1B 104 2B 35
Octal 165 122 272 45 70 0 33 404 53 65
Binary 1110101 1010010 10111010 100101 111000 0 11011 100000100 101011 110101

Color Harmonies of #7552BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7552BA

Black with #7552BA

Text Example


Text Example

White with #7552BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7552BA; }

 p { color: rgb(117,82,186); }

 H1.HeaderClassName
 {
   color: #7552BA;
 }
 .AnyTagClassName
 {
   color: #7552BA;
 }
</style>

background-color css

<style>
 a { background-color: #7552BA; }

 a { background-color: rgb(117,82,186); }

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

border-color css

<style>
 span { border-color: #7552BA; }

 span { border-color: rgb(117,82,186); }

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