Html Css Color HEX #7B5BB9 Blue Marguerite

📋 copy color: '#7B5BB9'

red 123 ◦ green 91 ◦ blue 185

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

Shades of Blue Marguerite #7B5BB9

Tints of Blue Marguerite #7B5BB9

RGB

 RED value IS 123 (48.44% from 255) = 30.83%

 GREEN value IS 91 (35.94% from 255) = 22.81%

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 30.83%
G = 22.81%
B = 46.37%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B5BB9 (or 0x7B5BB9) is known color: Blue Marguerite. HEX triplet: 7B, 5B and B9. RGB value is (123,91,185). Sum of RGB (Red+Green+Blue) = 123+91+185=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B5BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BB9 is #84A446. Grayscale: #6E6E6E. Windows color (decimal): -8692807 or 12147579. OLE color: 12147579.

HSL color Cylindrical-coordinate representation of color #7B5BB9: hue angle of 260.43º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B5BB9 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 91 185 -
CMYK 0.34 0.51 0 0.27
HSL 260.43º 0.4% 0.54% -
HSV(B) 260.43º 0.51% 0.73% -
XYZ 20.67 15.2 47.74 -
YUV 111.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 123 91 185 0.34 0.51 0 0.27 260.43 0.4 0.54
Hex 7B 5B B9 22 33 0 1B 104 28 36
Octal 173 133 271 42 63 0 33 404 50 66
Binary 1111011 1011011 10111001 100010 110011 0 11011 100000100 101000 110110

Color Harmonies of #7B5BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BB9

Black with #7B5BB9

Text Example


Text Example

White with #7B5BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B5BB9; }

 p { color: rgb(123,91,185); }

 H1.HeaderClassName
 {
   color: #7B5BB9;
 }
 .AnyTagClassName
 {
   color: #7B5BB9;
 }
</style>

background-color css

<style>
 a { background-color: #7B5BB9; }

 a { background-color: rgb(123,91,185); }

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

border-color css

<style>
 span { border-color: #7B5BB9; }

 span { border-color: rgb(123,91,185); }

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