Html Css Color HEX #7B5BB4 Blue Marguerite

📋 copy color: '#7B5BB4'

red 123 ◦ green 91 ◦ blue 180

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

Shades of Blue Marguerite #7B5BB4

Tints of Blue Marguerite #7B5BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 31.22%
G = 23.1%
B = 45.69%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7B5BB4 (or 0x7B5BB4) is known color: Blue Marguerite. HEX triplet: 7B, 5B and B4. RGB value is (123,91,180). Sum of RGB (Red+Green+Blue) = 123+91+180=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B5BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BB4 is #84A44B. Grayscale: #6E6E6E. Windows color (decimal): -8692812 or 11819899. OLE color: 11819899.

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

Color convert

RGB 123 91 180 -
CMYK 0.32 0.49 0 0.29
HSL 261.57º 0.37% 0.53% -
HSV(B) 261.57º 0.49% 0.71% -
XYZ 20.15 14.99 45.01 -
YUV 110.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 123 91 180 0.32 0.49 0 0.29 261.57 0.37 0.53
Hex 7B 5B B4 20 31 0 1D 106 25 35
Octal 173 133 264 40 61 0 35 406 45 65
Binary 1111011 1011011 10110100 100000 110001 0 11101 100000110 100101 110101

Color Harmonies of #7B5BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BB4

Black with #7B5BB4

Text Example


Text Example

White with #7B5BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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