Html Css Color HEX #7B5EBE Blue Marguerite

📋 copy color: '#7B5EBE'

red 123 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #7B5EBE

Tints of Blue Marguerite #7B5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.1%

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 30.22%
G = 23.1%
B = 46.68%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B5EBE (or 0x7B5EBE) is known color: Blue Marguerite. HEX triplet: 7B, 5E and BE. RGB value is (123,94,190). Sum of RGB (Red+Green+Blue) = 123+94+190=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5EBE is #84A141. Grayscale: #717171. Windows color (decimal): -8692034 or 12476027. OLE color: 12476027.

HSL color Cylindrical-coordinate representation of color #7B5EBE: hue angle of 258.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B5EBE is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 94 190 -
CMYK 0.35 0.51 0 0.25
HSL 258.13º 0.42% 0.56% -
HSV(B) 258.13º 0.51% 0.75% -
XYZ 21.47 15.93 50.66 -
YUV 113.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 123 94 190 0.35 0.51 0 0.25 258.13 0.42 0.56
Hex 7B 5E BE 23 33 0 19 102 2A 38
Octal 173 136 276 43 63 0 31 402 52 70
Binary 1111011 1011110 10111110 100011 110011 0 11001 100000010 101010 111000

Color Harmonies of #7B5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5EBE

Black with #7B5EBE

Text Example


Text Example

White with #7B5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,94,190); }

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

background-color css

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

 a { background-color: rgb(123,94,190); }

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

border-color css

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

 span { border-color: rgb(123,94,190); }

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