#7567BE

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

Shades of Blue Marguerite #7567BE

Tints of Blue Marguerite #7567BE

Color information

#7567BE (or 0x7567BE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 67 and BE. RGB value is (117,103,190). Sum of RGB (Red+Green+Blue) = 117+103+190=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #7567BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567BE is #8A9841. Grayscale: #747474. Windows color (decimal): -9082946 or 12478325. OLE color: 12478325.

HSL color Cylindrical-coordinate representation of color #7567BE: hue angle of 249.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7567BE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117103190-
CMYK0.380.4600.25
HSL249.66º40.09%57.45%-
HSV(B)249.66º45.79%74.51%-
XYZ21.4817.250.9-
YUV117.1169.14127.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.54%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=28.54%
G=25.12%
B=46.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171031900.380.4600.25249.6640.0957.45
Hex7567BE262E019fa2839
Octal16514727646560313725071
Binary111010111001111011111010011010111001100111111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7567BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7567BE; }

 p { color: rgb(117,103,190); }

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

<style>
 a { background-color: #7567BE; }

 a { background-color: rgb(117,103,190); }

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

<style>
 span { border-color: #7567BE; }

 span { border-color: rgb(117,103,190); }

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