#7568b1

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

Shades of Blue Marguerite #7568B1

Tints of Blue Marguerite #7568B1

Color information

#7568B1 (or 0x7568B1) is unknown color: approx Blue Marguerite. HEX triplet: 75, 68 and B1. RGB value is (117,104,177). Sum of RGB (Red+Green+Blue) = 117+104+177=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #7568B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7568B1 is #8A974E. Grayscale: #737373. Windows color (decimal): -9082703 or 11626613. OLE color: 11626613.

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

Color convert

RGB117104177-
CMYK0.340.4100.31
HSL250.68º31.88%55.1%-
HSV(B)250.68º41.24%69.41%-
XYZ20.2216.8643.78-
YUV116.21162.31128.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 177 (69.53% from 255) = 44.47%
R=29.40%
G=26.13%
B=44.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171041770.340.4100.31250.6831.8855.1
Hex7568B1222901Ffb2037
Octal16515026142510373734067
Binary111010111010001011000110001010100101111111111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7568b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7568b1; }

 p { color: rgb(117,104,177); }

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

<style>
 a { background-color: #7568b1; }

 a { background-color: rgb(117,104,177); }

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

<style>
 span { border-color: #7568b1; }

 span { border-color: rgb(117,104,177); }

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