Html Css Color HEX #7953BF Blue Marguerite

📋 copy color: '#7953BF'

red 121 ◦ green 83 ◦ blue 191

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

Shades of Blue Marguerite #7953BF

Tints of Blue Marguerite #7953BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 30.63%
G = 21.01%
B = 48.35%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7953BF (or 0x7953BF) is known color: Blue Marguerite. HEX triplet: 79, 53 and BF. RGB value is (121,83,191). Sum of RGB (Red+Green+Blue) = 121+83+191=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #7953BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7953BF is #86AC40. Grayscale: #6A6A6A. Windows color (decimal): -8825921 or 12538745. OLE color: 12538745.

HSL color Cylindrical-coordinate representation of color #7953BF: hue angle of 261.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7953BF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 83 191 -
CMYK 0.37 0.57 0 0.25
HSL 261.11º 0.46% 0.54% -
HSV(B) 261.11º 0.57% 0.75% -
XYZ 20.38 14.01 50.92 -
YUV 106.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 121 83 191 0.37 0.57 0 0.25 261.11 0.46 0.54
Hex 79 53 BF 25 39 0 19 105 2E 36
Octal 171 123 277 45 71 0 31 405 56 66
Binary 1111001 1010011 10111111 100101 111001 0 11001 100000101 101110 110110

Color Harmonies of #7953BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7953BF

Black with #7953BF

Text Example


Text Example

White with #7953BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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