Html Css Color HEX #7B5FBC Blue Marguerite

📋 copy color: '#7B5FBC'

red 123 ◦ green 95 ◦ blue 188

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

Shades of Blue Marguerite #7B5FBC

Tints of Blue Marguerite #7B5FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 30.3%
G = 23.4%
B = 46.31%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B5FBC (or 0x7B5FBC) is known color: Blue Marguerite. HEX triplet: 7B, 5F and BC. RGB value is (123,95,188). Sum of RGB (Red+Green+Blue) = 123+95+188=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FBC is #84A043. Grayscale: #717171. Windows color (decimal): -8691780 or 12345211. OLE color: 12345211.

HSL color Cylindrical-coordinate representation of color #7B5FBC: hue angle of 258.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5FBC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 95 188 -
CMYK 0.35 0.49 0 0.26
HSL 258.06º 0.41% 0.55% -
HSV(B) 258.06º 0.49% 0.74% -
XYZ 21.34 16.03 49.55 -
YUV 113.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 123 95 188 0.35 0.49 0 0.26 258.06 0.41 0.55
Hex 7B 5F BC 23 31 0 1A 102 29 37
Octal 173 137 274 43 61 0 32 402 51 67
Binary 1111011 1011111 10111100 100011 110001 0 11010 100000010 101001 110111

Color Harmonies of #7B5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5FBC

Black with #7B5FBC

Text Example


Text Example

White with #7B5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,188); }

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

background-color css

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

 a { background-color: rgb(123,95,188); }

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

border-color css

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

 span { border-color: rgb(123,95,188); }

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