Html Css Color HEX #7568BC Blue Marguerite

📋 copy color: '#7568BC'

red 117 ◦ green 104 ◦ blue 188

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

Shades of Blue Marguerite #7568BC

Tints of Blue Marguerite #7568BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 28.61%
G = 25.43%
B = 45.97%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7568BC (or 0x7568BC) is known color: Blue Marguerite. HEX triplet: 75, 68 and BC. RGB value is (117,104,188). Sum of RGB (Red+Green+Blue) = 117+104+188=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7568BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568BC is #8A9743. Grayscale: #757575. Windows color (decimal): -9082692 or 12347509. OLE color: 12347509.

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

Color convert

RGB 117 104 188 -
CMYK 0.38 0.45 0 0.26
HSL 249.29º 0.39% 0.57% -
HSV(B) 249.29º 0.45% 0.74% -
XYZ 21.36 17.31 49.79 -
YUV 117.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 117 104 188 0.38 0.45 0 0.26 249.29 0.39 0.57
Hex 75 68 BC 26 2D 0 1A F9 27 39
Octal 165 150 274 46 55 0 32 371 47 71
Binary 1110101 1101000 10111100 100110 101101 0 11010 11111001 100111 111001

Color Harmonies of #7568BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7568BC

Black with #7568BC

Text Example


Text Example

White with #7568BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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