#7569BE

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

Shades of Blue Marguerite #7569BE

Tints of Blue Marguerite #7569BE

Color information

#7569BE (or 0x7569BE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 69 and BE. RGB value is (117,105,190). Sum of RGB (Red+Green+Blue) = 117+105+190=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #7569BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569BE is #8A9641. Grayscale: #757575. Windows color (decimal): -9082434 or 12478837. OLE color: 12478837.

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

Color convert

RGB117105190-
CMYK0.380.4500.25
HSL248.47º39.53%57.84%-
HSV(B)248.47º44.74%74.51%-
XYZ21.6817.650.97-
YUV118.28168.48127.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.40%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=28.40%
G=25.49%
B=46.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171051900.380.4500.25248.4739.5357.84
Hex7569BE262D019f8283a
Octal16515127646550313705072
Binary111010111010011011111010011010110101100111111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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