Html Css Color HEX #7553BE Blue Marguerite

📋 copy color: '#7553BE'

red 117 ◦ green 83 ◦ blue 190

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

Shades of Blue Marguerite #7553BE

Tints of Blue Marguerite #7553BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

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

R = 30%
G = 21.28%
B = 48.72%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7553BE (or 0x7553BE) is known color: Blue Marguerite. HEX triplet: 75, 53 and BE. RGB value is (117,83,190). Sum of RGB (Red+Green+Blue) = 117+83+190=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #7553BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553BE is #8AAC41. Grayscale: #686868. Windows color (decimal): -9088066 or 12473205. OLE color: 12473205.

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

Color convert

RGB 117 83 190 -
CMYK 0.38 0.56 0 0.25
HSL 259.07º 0.45% 0.54% -
HSV(B) 259.07º 0.56% 0.75% -
XYZ 19.72 13.69 50.32 -
YUV 105.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 117 83 190 0.38 0.56 0 0.25 259.07 0.45 0.54
Hex 75 53 BE 26 38 0 19 103 2D 36
Octal 165 123 276 46 70 0 31 403 55 66
Binary 1110101 1010011 10111110 100110 111000 0 11001 100000011 101101 110110

Color Harmonies of #7553BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553BE

Black with #7553BE

Text Example


Text Example

White with #7553BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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