Html Css Color HEX #7553BC Blue Marguerite

📋 copy color: '#7553BC'

red 117 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #7553BC

Tints of Blue Marguerite #7553BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 30.15%
G = 21.39%
B = 48.45%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7553BC (or 0x7553BC) is known color: Blue Marguerite. HEX triplet: 75, 53 and BC. RGB value is (117,83,188). Sum of RGB (Red+Green+Blue) = 117+83+188=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #7553BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553BC is #8AAC43. Grayscale: #686868. Windows color (decimal): -9088068 or 12342133. OLE color: 12342133.

HSL color Cylindrical-coordinate representation of color #7553BC: hue angle of 259.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7553BC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 83 188 -
CMYK 0.38 0.56 0 0.26
HSL 259.43º 0.44% 0.53% -
HSV(B) 259.43º 0.56% 0.74% -
XYZ 19.51 13.6 49.17 -
YUV 105.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 117 83 188 0.38 0.56 0 0.26 259.43 0.44 0.53
Hex 75 53 BC 26 38 0 1A 103 2C 35
Octal 165 123 274 46 70 0 32 403 54 65
Binary 1110101 1010011 10111100 100110 111000 0 11010 100000011 101100 110101

Color Harmonies of #7553BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553BC

Black with #7553BC

Text Example


Text Example

White with #7553BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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