Html Css Color HEX #7B5BBE Blue Marguerite

📋 copy color: '#7B5BBE'

red 123 ◦ green 91 ◦ blue 190

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

Shades of Blue Marguerite #7B5BBE

Tints of Blue Marguerite #7B5BBE

RGB

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

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

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

R = 30.45%
G = 22.52%
B = 47.03%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B5BBE (or 0x7B5BBE) is known color: Blue Marguerite. HEX triplet: 7B, 5B and BE. RGB value is (123,91,190). Sum of RGB (Red+Green+Blue) = 123+91+190=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BBE is #84A441. Grayscale: #6F6F6F. Windows color (decimal): -8692802 or 12475259. OLE color: 12475259.

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

Color convert

RGB 123 91 190 -
CMYK 0.35 0.52 0 0.25
HSL 259.39º 0.43% 0.55% -
HSV(B) 259.39º 0.52% 0.75% -
XYZ 21.2 15.41 50.57 -
YUV 111.85 172.1 135.95 -
System Red Green Blue C M Y K H S L
Decimal 123 91 190 0.35 0.52 0 0.25 259.39 0.43 0.55
Hex 7B 5B BE 23 34 0 19 103 2B 37
Octal 173 133 276 43 64 0 31 403 53 67
Binary 1111011 1011011 10111110 100011 110100 0 11001 100000011 101011 110111

Color Harmonies of #7B5BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BBE

Black with #7B5BBE

Text Example


Text Example

White with #7B5BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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