Html Css Color HEX #7951BD Blue Marguerite

📋 copy color: '#7951BD'

red 121 ◦ green 81 ◦ blue 189

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

Shades of Blue Marguerite #7951BD

Tints of Blue Marguerite #7951BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.72%

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

R = 30.95%
G = 20.72%
B = 48.34%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7951BD (or 0x7951BD) is known color: Blue Marguerite. HEX triplet: 79, 51 and BD. RGB value is (121,81,189). Sum of RGB (Red+Green+Blue) = 121+81+189=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #7951BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951BD is #86AE42. Grayscale: #686868. Windows color (decimal): -8826435 or 12407161. OLE color: 12407161.

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

Color convert

RGB 121 81 189 -
CMYK 0.36 0.57 0 0.26
HSL 262.22º 0.45% 0.53% -
HSV(B) 262.22º 0.57% 0.74% -
XYZ 20.01 13.62 49.72 -
YUV 105.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 121 81 189 0.36 0.57 0 0.26 262.22 0.45 0.53
Hex 79 51 BD 24 39 0 1A 106 2D 35
Octal 171 121 275 44 71 0 32 406 55 65
Binary 1111001 1010001 10111101 100100 111001 0 11010 100000110 101101 110101

Color Harmonies of #7951BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7951BD

Black with #7951BD

Text Example


Text Example

White with #7951BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,81,189); }

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

background-color css

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

 a { background-color: rgb(121,81,189); }

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

border-color css

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

 span { border-color: rgb(121,81,189); }

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