#7967B1

Color #7967B1 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7967B1

Tints of Blue Marguerite #7967B1

Color information

#7967B1 (or 0x7967B1) is unknown color: approx 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

RGB121103177-
CMYK0.320.4200.31
HSL254.59º32.17%54.9%-
HSV(B)254.59º41.81%69.41%-
XYZ20.6716.9443.78-
YUV116.82161.96130.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211031770.320.4200.31254.5932.1754.9
Hex7967B1202A01Fff2037
Octal17114726140520373774067
Binary111100111001111011000110000010101001111111111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7967B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>