Html Css Color HEX #7550BD Blue Marguerite

📋 copy color: '#7550BD'

red 117 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #7550BD

Tints of Blue Marguerite #7550BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 30.31%
G = 20.73%
B = 48.96%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7550BD (or 0x7550BD) is known color: Blue Marguerite. HEX triplet: 75, 50 and BD. RGB value is (117,80,189). Sum of RGB (Red+Green+Blue) = 117+80+189=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #7550BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550BD is #8AAF42. Grayscale: #676767. Windows color (decimal): -9088835 or 12406901. OLE color: 12406901.

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

Color convert

RGB 117 80 189 -
CMYK 0.38 0.58 0 0.26
HSL 260.37º 0.45% 0.53% -
HSV(B) 260.37º 0.58% 0.74% -
XYZ 19.39 13.19 49.67 -
YUV 103.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 117 80 189 0.38 0.58 0 0.26 260.37 0.45 0.53
Hex 75 50 BD 26 3A 0 1A 104 2D 35
Octal 165 120 275 46 72 0 32 404 55 65
Binary 1110101 1010000 10111101 100110 111010 0 11010 100000100 101101 110101

Color Harmonies of #7550BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7550BD

Black with #7550BD

Text Example


Text Example

White with #7550BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7550BD; }

 p { color: rgb(117,80,189); }

 H1.HeaderClassName
 {
   color: #7550BD;
 }
 .AnyTagClassName
 {
   color: #7550BD;
 }
</style>

background-color css

<style>
 a { background-color: #7550BD; }

 a { background-color: rgb(117,80,189); }

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

border-color css

<style>
 span { border-color: #7550BD; }

 span { border-color: rgb(117,80,189); }

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