#7867BD

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

Shades of Blue Marguerite #7867BD

Tints of Blue Marguerite #7867BD

Color information

#7867BD (or 0x7867BD) is unknown color: approx Blue Marguerite. HEX triplet: 78, 67 and BD. RGB value is (120,103,189). Sum of RGB (Red+Green+Blue) = 120+103+189=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #7867BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7867BD is #879842. Grayscale: #757575. Windows color (decimal): -8886339 or 12412792. OLE color: 12412792.

HSL color Cylindrical-coordinate representation of color #7867BD: hue angle of 251.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7867BD is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120103189-
CMYK0.370.4600.26
HSL251.86º39.45%57.25%-
HSV(B)251.86º45.5%74.12%-
XYZ21.7817.3750.35-
YUV117.89168.13129.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=29.13%
G=25%
B=45.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201031890.370.4600.26251.8639.4557.25
Hex7867BD252E01Afc2739
Octal17014727545560323744771
Binary111100011001111011110110010110111001101011111100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7867BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7867BD; }

 p { color: rgb(120,103,189); }

 H1.HeaderClassName
 {
   color: #7867BD;
 }
 .AnyTagClassName
 {
   color: #7867BD;
 }
</style>
background-color css

<style>
 a { background-color: #7867BD; }

 a { background-color: rgb(120,103,189); }

 div.DivClassName
 {
   background-color: #7867BD;
 }
 .BgClassName
 {
   background-color: #7867BD;
 }
</style>
border-color css

<style>
 span { border-color: #7867BD; }

 span { border-color: rgb(120,103,189); }

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