Html Css Color HEX #7A62BB Blue Marguerite

📋 copy color: '#7A62BB'

red 122 ◦ green 98 ◦ blue 187

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

Shades of Blue Marguerite #7A62BB

Tints of Blue Marguerite #7A62BB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 29.98%
G = 24.08%
B = 45.95%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A62BB (or 0x7A62BB) is known color: Blue Marguerite. HEX triplet: 7A, 62 and BB. RGB value is (122,98,187). Sum of RGB (Red+Green+Blue) = 122+98+187=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A62BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62BB is #859D44. Grayscale: #727272. Windows color (decimal): -8756549 or 12280442. OLE color: 12280442.

HSL color Cylindrical-coordinate representation of color #7A62BB: hue angle of 256.18º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A62BB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 98 187 -
CMYK 0.35 0.48 0 0.27
HSL 256.18º 0.4% 0.56% -
HSV(B) 256.18º 0.48% 0.73% -
XYZ 21.36 16.46 49.06 -
YUV 115.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 122 98 187 0.35 0.48 0 0.27 256.18 0.4 0.56
Hex 7A 62 BB 23 30 0 1B 100 28 38
Octal 172 142 273 43 60 0 33 400 50 70
Binary 1111010 1100010 10111011 100011 110000 0 11011 100000000 101000 111000

Color Harmonies of #7A62BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A62BB

Black with #7A62BB

Text Example


Text Example

White with #7A62BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,187); }

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

background-color css

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

 a { background-color: rgb(122,98,187); }

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

border-color css

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

 span { border-color: rgb(122,98,187); }

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