Html Css Color HEX #7B53BA Blue Marguerite

📋 copy color: '#7B53BA'

red 123 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #7B53BA

Tints of Blue Marguerite #7B53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

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

R = 31.38%
G = 21.17%
B = 47.45%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B53BA (or 0x7B53BA) is known color: Blue Marguerite. HEX triplet: 7B, 53 and BA. RGB value is (123,83,186). Sum of RGB (Red+Green+Blue) = 123+83+186=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 83 (32.81% from 255 or 21.17% 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 #7B53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B53BA is #84AC45. Grayscale: #6A6A6A. Windows color (decimal): -8694854 or 12211067. OLE color: 12211067.

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

Color convert

RGB 123 83 186 -
CMYK 0.34 0.55 0 0.27
HSL 263.3º 0.43% 0.53% -
HSV(B) 263.3º 0.55% 0.73% -
XYZ 20.12 13.94 48.08 -
YUV 106.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 123 83 186 0.34 0.55 0 0.27 263.3 0.43 0.53
Hex 7B 53 BA 22 37 0 1B 107 2B 35
Octal 173 123 272 42 67 0 33 407 53 65
Binary 1111011 1010011 10111010 100010 110111 0 11011 100000111 101011 110101

Color Harmonies of #7B53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B53BA

Black with #7B53BA

Text Example


Text Example

White with #7B53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,186); }

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

background-color css

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

 a { background-color: rgb(123,83,186); }

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

border-color css

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

 span { border-color: rgb(123,83,186); }

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