Html Css Color HEX #7A62B8 Blue Marguerite

📋 copy color: '#7A62B8'

red 122 ◦ green 98 ◦ blue 184

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

Shades of Blue Marguerite #7A62B8

Tints of Blue Marguerite #7A62B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.54%

R = 30.2%
G = 24.26%
B = 45.54%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7A62B8 (or 0x7A62B8) is known color: Blue Marguerite. HEX triplet: 7A, 62 and B8. RGB value is (122,98,184). Sum of RGB (Red+Green+Blue) = 122+98+184=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #7A62B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62B8 is #859D47. Grayscale: #727272. Windows color (decimal): -8756552 or 12083834. OLE color: 12083834.

HSL color Cylindrical-coordinate representation of color #7A62B8: hue angle of 256.74º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A62B8 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 122 98 184 -
CMYK 0.34 0.47 0 0.28
HSL 256.74º 0.38% 0.55% -
HSV(B) 256.74º 0.47% 0.72% -
XYZ 21.05 16.33 47.39 -
YUV 114.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 122 98 184 0.34 0.47 0 0.28 256.74 0.38 0.55
Hex 7A 62 B8 22 2F 0 1C 101 26 37
Octal 172 142 270 42 57 0 34 401 46 67
Binary 1111010 1100010 10111000 100010 101111 0 11100 100000001 100110 110111

Color Harmonies of #7A62B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A62B8

Black with #7A62B8

Text Example


Text Example

White with #7A62B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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