Html Css Color HEX #7A60BC Blue Marguerite

📋 copy color: '#7A60BC'

red 122 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #7A60BC

Tints of Blue Marguerite #7A60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

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

R = 30.05%
G = 23.65%
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

#7A60BC (or 0x7A60BC) is known color: Blue Marguerite. HEX triplet: 7A, 60 and BC. RGB value is (122,96,188). Sum of RGB (Red+Green+Blue) = 122+96+188=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 96 (37.89% from 255 or 23.65% 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 #7A60BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60BC is #859F43. Grayscale: #717171. Windows color (decimal): -8757060 or 12345466. OLE color: 12345466.

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

Color convert

RGB 122 96 188 -
CMYK 0.35 0.49 0 0.26
HSL 256.96º 0.41% 0.56% -
HSV(B) 256.96º 0.49% 0.74% -
XYZ 21.29 16.13 49.57 -
YUV 114.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 122 96 188 0.35 0.49 0 0.26 256.96 0.41 0.56
Hex 7A 60 BC 23 31 0 1A 101 29 38
Octal 172 140 274 43 61 0 32 401 51 70
Binary 1111010 1100000 10111100 100011 110001 0 11010 100000001 101001 111000

Color Harmonies of #7A60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A60BC

Black with #7A60BC

Text Example


Text Example

White with #7A60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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