Html Css Color HEX #7C5BBC Blue Marguerite

📋 copy color: '#7C5BBC'

red 124 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #7C5BBC

Tints of Blue Marguerite #7C5BBC

RGB

 RED value IS 124 (48.83% from 255) = 30.77%

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

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

R = 30.77%
G = 22.58%
B = 46.65%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C5BBC (or 0x7C5BBC) is known color: Blue Marguerite. HEX triplet: 7C, 5B and BC. RGB value is (124,91,188). Sum of RGB (Red+Green+Blue) = 124+91+188=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BBC is #83A443. Grayscale: #6F6F6F. Windows color (decimal): -8627268 or 12344188. OLE color: 12344188.

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

Color convert

RGB 124 91 188 -
CMYK 0.34 0.52 0 0.26
HSL 260.41º 0.42% 0.55% -
HSV(B) 260.41º 0.52% 0.74% -
XYZ 21.13 15.4 49.44 -
YUV 111.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 124 91 188 0.34 0.52 0 0.26 260.41 0.42 0.55
Hex 7C 5B BC 22 34 0 1A 104 2A 37
Octal 174 133 274 42 64 0 32 404 52 67
Binary 1111100 1011011 10111100 100010 110100 0 11010 100000100 101010 110111

Color Harmonies of #7C5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5BBC

Black with #7C5BBC

Text Example


Text Example

White with #7C5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,188); }

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

background-color css

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

 a { background-color: rgb(124,91,188); }

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

border-color css

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

 span { border-color: rgb(124,91,188); }

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