Html Css Color HEX #7552BE Blue Marguerite

📋 copy color: '#7552BE'

red 117 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #7552BE

Tints of Blue Marguerite #7552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 30.08%
G = 21.08%
B = 48.84%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7552BE (or 0x7552BE) is known color: Blue Marguerite. HEX triplet: 75, 52 and BE. RGB value is (117,82,190). Sum of RGB (Red+Green+Blue) = 117+82+190=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #7552BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552BE is #8AAD41. Grayscale: #686868. Windows color (decimal): -9088322 or 12472949. OLE color: 12472949.

HSL color Cylindrical-coordinate representation of color #7552BE: hue angle of 259.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7552BE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 82 190 -
CMYK 0.38 0.57 0 0.25
HSL 259.44º 0.45% 0.53% -
HSV(B) 259.44º 0.57% 0.75% -
XYZ 19.65 13.53 50.29 -
YUV 104.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 117 82 190 0.38 0.57 0 0.25 259.44 0.45 0.53
Hex 75 52 BE 26 39 0 19 103 2D 35
Octal 165 122 276 46 71 0 31 403 55 65
Binary 1110101 1010010 10111110 100110 111001 0 11001 100000011 101101 110101

Color Harmonies of #7552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7552BE

Black with #7552BE

Text Example


Text Example

White with #7552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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