Html Css Color HEX #7558AF Blue Marguerite

📋 copy color: '#7558AF'

red 117 ◦ green 88 ◦ blue 175

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

Shades of Blue Marguerite #7558AF

Tints of Blue Marguerite #7558AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 30.79%
G = 23.16%
B = 46.05%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7558AF (or 0x7558AF) is known color: Blue Marguerite. HEX triplet: 75, 58 and AF. RGB value is (117,88,175). Sum of RGB (Red+Green+Blue) = 117+88+175=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #7558AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7558AF is #8AA750. Grayscale: #6A6A6A. Windows color (decimal): -9086801 or 11491445. OLE color: 11491445.

HSL color Cylindrical-coordinate representation of color #7558AF: hue angle of 260º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7558AF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 88 175 -
CMYK 0.33 0.50 0 0.31
HSL 260º 0.35% 0.52% -
HSV(B) 260º 0.5% 0.69% -
XYZ 18.56 13.86 42.25 -
YUV 106.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 117 88 175 0.33 0.50 0 0.31 260 0.35 0.52
Hex 75 58 AF 21 32 0 1F 104 23 34
Octal 165 130 257 41 62 0 37 404 43 64
Binary 1110101 1011000 10101111 100001 110010 0 11111 100000100 100011 110100

Color Harmonies of #7558AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558AF

Black with #7558AF

Text Example


Text Example

White with #7558AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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