Html Css Color HEX #7558AB Blue Marguerite

📋 copy color: '#7558AB'

red 117 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #7558AB

Tints of Blue Marguerite #7558AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 31.12%
G = 23.4%
B = 45.48%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7558AB (or 0x7558AB) is known color: Blue Marguerite. HEX triplet: 75, 58 and AB. RGB value is (117,88,171). Sum of RGB (Red+Green+Blue) = 117+88+171=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #7558AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7558AB is #8AA754. Grayscale: #696969. Windows color (decimal): -9086805 or 11229301. OLE color: 11229301.

HSL color Cylindrical-coordinate representation of color #7558AB: hue angle of 260.96º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7558AB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 88 171 -
CMYK 0.32 0.49 0 0.33
HSL 260.96º 0.33% 0.51% -
HSV(B) 260.96º 0.49% 0.67% -
XYZ 18.18 13.7 40.21 -
YUV 106.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 117 88 171 0.32 0.49 0 0.33 260.96 0.33 0.51
Hex 75 58 AB 20 31 0 21 105 21 33
Octal 165 130 253 40 61 0 41 405 41 63
Binary 1110101 1011000 10101011 100000 110001 0 100001 100000101 100001 110011

Color Harmonies of #7558AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558AB

Black with #7558AB

Text Example


Text Example

White with #7558AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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