Html Css Color HEX #7550C0 Blue Marguerite

📋 copy color: '#7550C0'

red 117 ◦ green 80 ◦ blue 192

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

Shades of Blue Marguerite #7550C0

Tints of Blue Marguerite #7550C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 30.08%
G = 20.57%
B = 49.36%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7550C0 (or 0x7550C0) is known color: Blue Marguerite. HEX triplet: 75, 50 and C0. RGB value is (117,80,192). Sum of RGB (Red+Green+Blue) = 117+80+192=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #7550C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550C0 is #8AAF3F. Grayscale: #676767. Windows color (decimal): -9088832 or 12603509. OLE color: 12603509.

HSL color Cylindrical-coordinate representation of color #7550C0: hue angle of 259.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7550C0 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 80 192 -
CMYK 0.39 0.58 0 0.25
HSL 259.82º 0.47% 0.53% -
HSV(B) 259.82º 0.58% 0.75% -
XYZ 19.72 13.33 51.4 -
YUV 103.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 117 80 192 0.39 0.58 0 0.25 259.82 0.47 0.53
Hex 75 50 C0 27 3A 0 19 104 2F 35
Octal 165 120 300 47 72 0 31 404 57 65
Binary 1110101 1010000 11000000 100111 111010 0 11001 100000100 101111 110101

Color Harmonies of #7550C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7550C0

Black with #7550C0

Text Example


Text Example

White with #7550C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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