Html Css Color HEX #7A5BBC Blue Marguerite

📋 copy color: '#7A5BBC'

red 122 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #7A5BBC

Tints of Blue Marguerite #7A5BBC

RGB

 RED value IS 122 (48.05% from 255) = 30.42%

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

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

R = 30.42%
G = 22.69%
B = 46.88%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A5BBC (or 0x7A5BBC) is known color: Blue Marguerite. HEX triplet: 7A, 5B and BC. RGB value is (122,91,188). Sum of RGB (Red+Green+Blue) = 122+91+188=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BBC is #85A443. Grayscale: #6E6E6E. Windows color (decimal): -8758340 or 12344186. OLE color: 12344186.

HSL color Cylindrical-coordinate representation of color #7A5BBC: hue angle of 259.18º 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 #7A5BBC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 91 188 -
CMYK 0.35 0.52 0 0.26
HSL 259.18º 0.42% 0.55% -
HSV(B) 259.18º 0.52% 0.74% -
XYZ 20.84 15.25 49.42 -
YUV 111.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 122 91 188 0.35 0.52 0 0.26 259.18 0.42 0.55
Hex 7A 5B BC 23 34 0 1A 103 2A 37
Octal 172 133 274 43 64 0 32 403 52 67
Binary 1111010 1011011 10111100 100011 110100 0 11010 100000011 101010 110111

Color Harmonies of #7A5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5BBC

Black with #7A5BBC

Text Example


Text Example

White with #7A5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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