Html Css Color HEX #7B5BB3 Blue Marguerite

📋 copy color: '#7B5BB3'

red 123 ◦ green 91 ◦ blue 179

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

Shades of Blue Marguerite #7B5BB3

Tints of Blue Marguerite #7B5BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 31.3%
G = 23.16%
B = 45.55%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B5BB3 (or 0x7B5BB3) is known color: Blue Marguerite. HEX triplet: 7B, 5B and B3. RGB value is (123,91,179). Sum of RGB (Red+Green+Blue) = 123+91+179=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B5BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BB3 is #84A44C. Grayscale: #6E6E6E. Windows color (decimal): -8692813 or 11754363. OLE color: 11754363.

HSL color Cylindrical-coordinate representation of color #7B5BB3: hue angle of 261.82º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5BB3 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 91 179 -
CMYK 0.31 0.49 0 0.30
HSL 261.82º 0.37% 0.53% -
HSV(B) 261.82º 0.49% 0.7% -
XYZ 20.05 14.95 44.48 -
YUV 110.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 123 91 179 0.31 0.49 0 0.30 261.82 0.37 0.53
Hex 7B 5B B3 1F 31 0 1E 106 25 35
Octal 173 133 263 37 61 0 36 406 45 65
Binary 1111011 1011011 10110011 11111 110001 0 11110 100000110 100101 110101

Color Harmonies of #7B5BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BB3

Black with #7B5BB3

Text Example


Text Example

White with #7B5BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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