Html Css Color HEX #7558B3 Blue Marguerite

📋 copy color: '#7558B3'

red 117 ◦ green 88 ◦ blue 179

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

Shades of Blue Marguerite #7558B3

Tints of Blue Marguerite #7558B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.61%

R = 30.47%
G = 22.92%
B = 46.61%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7558B3 (or 0x7558B3) is known color: Blue Marguerite. HEX triplet: 75, 58 and B3. RGB value is (117,88,179). Sum of RGB (Red+Green+Blue) = 117+88+179=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #7558B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558B3 is #8AA74C. Grayscale: #6A6A6A. Windows color (decimal): -9086797 or 11753589. OLE color: 11753589.

HSL color Cylindrical-coordinate representation of color #7558B3: hue angle of 259.12º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7558B3 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 88 179 -
CMYK 0.35 0.51 0 0.30
HSL 259.12º 0.37% 0.52% -
HSV(B) 259.12º 0.51% 0.7% -
XYZ 18.96 14.02 44.35 -
YUV 107.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 117 88 179 0.35 0.51 0 0.30 259.12 0.37 0.52
Hex 75 58 B3 23 33 0 1E 103 25 34
Octal 165 130 263 43 63 0 36 403 45 64
Binary 1110101 1011000 10110011 100011 110011 0 11110 100000011 100101 110100

Color Harmonies of #7558B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558B3

Black with #7558B3

Text Example


Text Example

White with #7558B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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