Html Css Color HEX #7953BB Blue Marguerite

📋 copy color: '#7953BB'

red 121 ◦ green 83 ◦ blue 187

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

Shades of Blue Marguerite #7953BB

Tints of Blue Marguerite #7953BB

RGB

 RED value IS 121 (47.66% from 255) = 30.95%

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 30.95%
G = 21.23%
B = 47.83%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7953BB (or 0x7953BB) is known color: Blue Marguerite. HEX triplet: 79, 53 and BB. RGB value is (121,83,187). Sum of RGB (Red+Green+Blue) = 121+83+187=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #7953BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7953BB is #86AC44. Grayscale: #696969. Windows color (decimal): -8825925 or 12276601. OLE color: 12276601.

HSL color Cylindrical-coordinate representation of color #7953BB: hue angle of 261.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7953BB is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 83 187 -
CMYK 0.35 0.56 0 0.27
HSL 261.92º 0.43% 0.53% -
HSV(B) 261.92º 0.56% 0.73% -
XYZ 19.95 13.84 48.63 -
YUV 106.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 121 83 187 0.35 0.56 0 0.27 261.92 0.43 0.53
Hex 79 53 BB 23 38 0 1B 106 2B 35
Octal 171 123 273 43 70 0 33 406 53 65
Binary 1111001 1010011 10111011 100011 111000 0 11011 100000110 101011 110101

Color Harmonies of #7953BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7953BB

Black with #7953BB

Text Example


Text Example

White with #7953BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7953BB; }

 p { color: rgb(121,83,187); }

 H1.HeaderClassName
 {
   color: #7953BB;
 }
 .AnyTagClassName
 {
   color: #7953BB;
 }
</style>

background-color css

<style>
 a { background-color: #7953BB; }

 a { background-color: rgb(121,83,187); }

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

border-color css

<style>
 span { border-color: #7953BB; }

 span { border-color: rgb(121,83,187); }

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