Html Css Color HEX #7966B4 Blue Marguerite

📋 copy color: '#7966B4'

red 121 ◦ green 102 ◦ blue 180

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

Shades of Blue Marguerite #7966B4

Tints of Blue Marguerite #7966B4

RGB

 RED value IS 121 (47.66% from 255) = 30.02%

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 30.02%
G = 25.31%
B = 44.67%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7966B4 (or 0x7966B4) is known color: Blue Marguerite. HEX triplet: 79, 66 and B4. RGB value is (121,102,180). Sum of RGB (Red+Green+Blue) = 121+102+180=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #7966B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966B4 is #86994B. Grayscale: #747474. Windows color (decimal): -8821068 or 11822713. OLE color: 11822713.

HSL color Cylindrical-coordinate representation of color #7966B4: hue angle of 254.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7966B4 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 102 180 -
CMYK 0.33 0.43 0 0.29
HSL 254.62º 0.34% 0.55% -
HSV(B) 254.62º 0.43% 0.71% -
XYZ 20.87 16.86 45.33 -
YUV 116.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 121 102 180 0.33 0.43 0 0.29 254.62 0.34 0.55
Hex 79 66 B4 21 2B 0 1D FF 22 37
Octal 171 146 264 41 53 0 35 377 42 67
Binary 1111001 1100110 10110100 100001 101011 0 11101 11111111 100010 110111

Color Harmonies of #7966B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966B4

Black with #7966B4

Text Example


Text Example

White with #7966B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7966B4; }

 p { color: rgb(121,102,180); }

 H1.HeaderClassName
 {
   color: #7966B4;
 }
 .AnyTagClassName
 {
   color: #7966B4;
 }
</style>

background-color css

<style>
 a { background-color: #7966B4; }

 a { background-color: rgb(121,102,180); }

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

border-color css

<style>
 span { border-color: #7966B4; }

 span { border-color: rgb(121,102,180); }

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