Html Css Color HEX #7568BA Blue Marguerite

📋 copy color: '#7568BA'

red 117 ◦ green 104 ◦ blue 186

#7568BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7568BA

Tints of Blue Marguerite #7568BA

RGB

 RED value IS 117 (46.09% from 255) = 28.75%

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 28.75%
G = 25.55%
B = 45.7%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7568BA (or 0x7568BA) is known color: Blue Marguerite. HEX triplet: 75, 68 and BA. RGB value is (117,104,186). Sum of RGB (Red+Green+Blue) = 117+104+186=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #7568BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568BA is #8A9745. Grayscale: #747474. Windows color (decimal): -9082694 or 12216437. OLE color: 12216437.

HSL color Cylindrical-coordinate representation of color #7568BA: hue angle of 249.51º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7568BA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 104 186 -
CMYK 0.37 0.44 0 0.27
HSL 249.51º 0.37% 0.57% -
HSV(B) 249.51º 0.44% 0.73% -
XYZ 21.15 17.23 48.66 -
YUV 117.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 117 104 186 0.37 0.44 0 0.27 249.51 0.37 0.57
Hex 75 68 BA 25 2C 0 1B FA 25 39
Octal 165 150 272 45 54 0 33 372 45 71
Binary 1110101 1101000 10111010 100101 101100 0 11011 11111010 100101 111001

Color Harmonies of #7568BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7568BA

Black with #7568BA

Text Example


Text Example

White with #7568BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7568BA;
 }
 .AnyTagClassName
 {
   color: #7568BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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