Html Css Color HEX #7A5BBA Blue Marguerite

📋 copy color: '#7A5BBA'

red 122 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #7A5BBA

Tints of Blue Marguerite #7A5BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 30.58%
G = 22.81%
B = 46.62%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A5BBA (or 0x7A5BBA) is known color: Blue Marguerite. HEX triplet: 7A, 5B and BA. RGB value is (122,91,186). Sum of RGB (Red+Green+Blue) = 122+91+186=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BBA is #85A445. Grayscale: #6E6E6E. Windows color (decimal): -8758342 or 12213114. OLE color: 12213114.

HSL color Cylindrical-coordinate representation of color #7A5BBA: hue angle of 259.58º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A5BBA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 91 186 -
CMYK 0.34 0.51 0 0.27
HSL 259.58º 0.41% 0.54% -
HSV(B) 259.58º 0.51% 0.73% -
XYZ 20.63 15.16 48.29 -
YUV 111.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 122 91 186 0.34 0.51 0 0.27 259.58 0.41 0.54
Hex 7A 5B BA 22 33 0 1B 104 29 36
Octal 172 133 272 42 63 0 33 404 51 66
Binary 1111010 1011011 10111010 100010 110011 0 11011 100000100 101001 110110

Color Harmonies of #7A5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5BBA

Black with #7A5BBA

Text Example


Text Example

White with #7A5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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