Html Css Color HEX #7967B4 Blue Marguerite

📋 copy color: '#7967B4'

red 121 ◦ green 103 ◦ blue 180

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

Shades of Blue Marguerite #7967B4

Tints of Blue Marguerite #7967B4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 29.95%
G = 25.5%
B = 44.55%

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

#7967B4 (or 0x7967B4) is known color: Blue Marguerite. HEX triplet: 79, 67 and B4. RGB value is (121,103,180). Sum of RGB (Red+Green+Blue) = 121+103+180=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #7967B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7967B4 is #86984B. Grayscale: #747474. Windows color (decimal): -8820812 or 11822969. OLE color: 11822969.

HSL color Cylindrical-coordinate representation of color #7967B4: hue angle of 254.03º 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 #7967B4 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 103 180 -
CMYK 0.33 0.43 0 0.29
HSL 254.03º 0.34% 0.55% -
HSV(B) 254.03º 0.43% 0.71% -
XYZ 20.97 17.06 45.37 -
YUV 117.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 121 103 180 0.33 0.43 0 0.29 254.03 0.34 0.55
Hex 79 67 B4 21 2B 0 1D FE 22 37
Octal 171 147 264 41 53 0 35 376 42 67
Binary 1111001 1100111 10110100 100001 101011 0 11101 11111110 100010 110111

Color Harmonies of #7967B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7967B4

Black with #7967B4

Text Example


Text Example

White with #7967B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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