Html Css Color HEX #7A5ABC Blue Marguerite

📋 copy color: '#7A5ABC'

red 122 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #7A5ABC

Tints of Blue Marguerite #7A5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.5%

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

R = 30.5%
G = 22.5%
B = 47%

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

#7A5ABC (or 0x7A5ABC) is known color: Blue Marguerite. HEX triplet: 7A, 5A and BC. RGB value is (122,90,188). Sum of RGB (Red+Green+Blue) = 122+90+188=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5ABC is #85A543. Grayscale: #6E6E6E. Windows color (decimal): -8758596 or 12343930. OLE color: 12343930.

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

Color convert

RGB 122 90 188 -
CMYK 0.35 0.52 0 0.26
HSL 259.59º 0.42% 0.55% -
HSV(B) 259.59º 0.52% 0.74% -
XYZ 20.76 15.08 49.39 -
YUV 110.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 122 90 188 0.35 0.52 0 0.26 259.59 0.42 0.55
Hex 7A 5A BC 23 34 0 1A 104 2A 37
Octal 172 132 274 43 64 0 32 404 52 67
Binary 1111010 1011010 10111100 100011 110100 0 11010 100000100 101010 110111

Color Harmonies of #7A5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5ABC

Black with #7A5ABC

Text Example


Text Example

White with #7A5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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