Html Css Color HEX #7558BB Blue Marguerite

📋 copy color: '#7558BB'

red 117 ◦ green 88 ◦ blue 187

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

Shades of Blue Marguerite #7558BB

Tints of Blue Marguerite #7558BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 29.85%
G = 22.45%
B = 47.7%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7558BB (or 0x7558BB) is known color: Blue Marguerite. HEX triplet: 75, 58 and BB. RGB value is (117,88,187). Sum of RGB (Red+Green+Blue) = 117+88+187=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #7558BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558BB is #8AA744. Grayscale: #6B6B6B. Windows color (decimal): -9086789 or 12277877. OLE color: 12277877.

HSL color Cylindrical-coordinate representation of color #7558BB: hue angle of 257.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7558BB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 88 187 -
CMYK 0.37 0.53 0 0.27
HSL 257.58º 0.42% 0.54% -
HSV(B) 257.58º 0.53% 0.73% -
XYZ 19.8 14.35 48.74 -
YUV 107.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 117 88 187 0.37 0.53 0 0.27 257.58 0.42 0.54
Hex 75 58 BB 25 35 0 1B 102 2A 36
Octal 165 130 273 45 65 0 33 402 52 66
Binary 1110101 1011000 10111011 100101 110101 0 11011 100000010 101010 110110

Color Harmonies of #7558BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558BB

Black with #7558BB

Text Example


Text Example

White with #7558BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7558BB; }

 p { color: rgb(117,88,187); }

 H1.HeaderClassName
 {
   color: #7558BB;
 }
 .AnyTagClassName
 {
   color: #7558BB;
 }
</style>

background-color css

<style>
 a { background-color: #7558BB; }

 a { background-color: rgb(117,88,187); }

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

border-color css

<style>
 span { border-color: #7558BB; }

 span { border-color: rgb(117,88,187); }

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