Html Css Color HEX #7558BC Blue Marguerite

📋 copy color: '#7558BC'

red 117 ◦ green 88 ◦ blue 188

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

Shades of Blue Marguerite #7558BC

Tints of Blue Marguerite #7558BC

RGB

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

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

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

R = 29.77%
G = 22.39%
B = 47.84%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7558BC (or 0x7558BC) is known color: Blue Marguerite. HEX triplet: 75, 58 and BC. RGB value is (117,88,188). Sum of RGB (Red+Green+Blue) = 117+88+188=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #7558BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558BC is #8AA743. Grayscale: #6B6B6B. Windows color (decimal): -9086788 or 12343413. OLE color: 12343413.

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

Color convert

RGB 117 88 188 -
CMYK 0.38 0.53 0 0.26
HSL 257.4º 0.43% 0.54% -
HSV(B) 257.4º 0.53% 0.74% -
XYZ 19.9 14.39 49.31 -
YUV 108.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 117 88 188 0.38 0.53 0 0.26 257.4 0.43 0.54
Hex 75 58 BC 26 35 0 1A 101 2B 36
Octal 165 130 274 46 65 0 32 401 53 66
Binary 1110101 1011000 10111100 100110 110101 0 11010 100000001 101011 110110

Color Harmonies of #7558BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558BC

Black with #7558BC

Text Example


Text Example

White with #7558BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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