Html Css Color HEX #7967B1 Blue Marguerite

📋 copy color: '#7967B1'

red 121 ◦ green 103 ◦ blue 177

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

Shades of Blue Marguerite #7967B1

Tints of Blue Marguerite #7967B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.14%

R = 30.17%
G = 25.69%
B = 44.14%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7967B1 (or 0x7967B1) is known color: Blue Marguerite. HEX triplet: 79, 67 and B1. RGB value is (121,103,177). Sum of RGB (Red+Green+Blue) = 121+103+177=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #7967B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7967B1 is #86984E. Grayscale: #747474. Windows color (decimal): -8820815 or 11626361. OLE color: 11626361.

HSL color Cylindrical-coordinate representation of color #7967B1: hue angle of 254.59º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7967B1 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 103 177 -
CMYK 0.32 0.42 0 0.31
HSL 254.59º 0.32% 0.55% -
HSV(B) 254.59º 0.42% 0.69% -
XYZ 20.67 16.94 43.78 -
YUV 116.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 121 103 177 0.32 0.42 0 0.31 254.59 0.32 0.55
Hex 79 67 B1 20 2A 0 1F FF 20 37
Octal 171 147 261 40 52 0 37 377 40 67
Binary 1111001 1100111 10110001 100000 101010 0 11111 11111111 100000 110111

Color Harmonies of #7967B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7967B1

Black with #7967B1

Text Example


Text Example

White with #7967B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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