Html Css Color HEX #7B5CB1 Blue Marguerite

📋 copy color: '#7B5CB1'

red 123 ◦ green 92 ◦ blue 177

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

Shades of Blue Marguerite #7B5CB1

Tints of Blue Marguerite #7B5CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 31.38%
G = 23.47%
B = 45.15%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B5CB1 (or 0x7B5CB1) is known color: Blue Marguerite. HEX triplet: 7B, 5C and B1. RGB value is (123,92,177). Sum of RGB (Red+Green+Blue) = 123+92+177=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B5CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CB1 is #84A34E. Grayscale: #6E6E6E. Windows color (decimal): -8692559 or 11623547. OLE color: 11623547.

HSL color Cylindrical-coordinate representation of color #7B5CB1: hue angle of 261.88º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B5CB1 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 92 177 -
CMYK 0.31 0.48 0 0.31
HSL 261.88º 0.35% 0.53% -
HSV(B) 261.88º 0.48% 0.69% -
XYZ 19.93 15.04 43.45 -
YUV 110.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 123 92 177 0.31 0.48 0 0.31 261.88 0.35 0.53
Hex 7B 5C B1 1F 30 0 1F 106 23 35
Octal 173 134 261 37 60 0 37 406 43 65
Binary 1111011 1011100 10110001 11111 110000 0 11111 100000110 100011 110101

Color Harmonies of #7B5CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5CB1

Black with #7B5CB1

Text Example


Text Example

White with #7B5CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,177); }

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

background-color css

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

 a { background-color: rgb(123,92,177); }

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

border-color css

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

 span { border-color: rgb(123,92,177); }

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