Html Css Color HEX #7A66B6 Blue Marguerite

📋 copy color: '#7A66B6'

red 122 ◦ green 102 ◦ blue 182

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

Shades of Blue Marguerite #7A66B6

Tints of Blue Marguerite #7A66B6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 30.05%
G = 25.12%
B = 44.83%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7A66B6 (or 0x7A66B6) is known color: Blue Marguerite. HEX triplet: 7A, 66 and B6. RGB value is (122,102,182). Sum of RGB (Red+Green+Blue) = 122+102+182=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A66B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A66B6 is #859949. Grayscale: #747474. Windows color (decimal): -8755530 or 11953786. OLE color: 11953786.

HSL color Cylindrical-coordinate representation of color #7A66B6: hue angle of 255º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A66B6 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 102 182 -
CMYK 0.33 0.44 0 0.29
HSL 255º 0.35% 0.56% -
HSV(B) 255º 0.44% 0.71% -
XYZ 21.22 17.02 46.42 -
YUV 117.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 122 102 182 0.33 0.44 0 0.29 255 0.35 0.56
Hex 7A 66 B6 21 2C 0 1D FF 23 38
Octal 172 146 266 41 54 0 35 377 43 70
Binary 1111010 1100110 10110110 100001 101100 0 11101 11111111 100011 111000

Color Harmonies of #7A66B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A66B6

Black with #7A66B6

Text Example


Text Example

White with #7A66B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,182); }

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

background-color css

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

 a { background-color: rgb(122,102,182); }

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

border-color css

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

 span { border-color: rgb(122,102,182); }

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