Html Css Color HEX #7955BA Blue Marguerite

📋 copy color: '#7955BA'

red 121 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7955BA

Tints of Blue Marguerite #7955BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 30.87%
G = 21.68%
B = 47.45%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7955BA (or 0x7955BA) is known color: Blue Marguerite. HEX triplet: 79, 55 and BA. RGB value is (121,85,186). Sum of RGB (Red+Green+Blue) = 121+85+186=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #7955BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7955BA is #86AA45. Grayscale: #6A6A6A. Windows color (decimal): -8825414 or 12211577. OLE color: 12211577.

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

Color convert

RGB 121 85 186 -
CMYK 0.35 0.54 0 0.27
HSL 261.39º 0.42% 0.53% -
HSV(B) 261.39º 0.54% 0.73% -
XYZ 20 14.11 48.12 -
YUV 107.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 121 85 186 0.35 0.54 0 0.27 261.39 0.42 0.53
Hex 79 55 BA 23 36 0 1B 105 2A 35
Octal 171 125 272 43 66 0 33 405 52 65
Binary 1111001 1010101 10111010 100011 110110 0 11011 100000101 101010 110101

Color Harmonies of #7955BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7955BA

Black with #7955BA

Text Example


Text Example

White with #7955BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7955BA; }

 p { color: rgb(121,85,186); }

 H1.HeaderClassName
 {
   color: #7955BA;
 }
 .AnyTagClassName
 {
   color: #7955BA;
 }
</style>

background-color css

<style>
 a { background-color: #7955BA; }

 a { background-color: rgb(121,85,186); }

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

border-color css

<style>
 span { border-color: #7955BA; }

 span { border-color: rgb(121,85,186); }

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