Html Css Color HEX #7358AA Blue Marguerite

📋 copy color: '#7358AA'

red 115 ◦ green 88 ◦ blue 170

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

Shades of Blue Marguerite #7358AA

Tints of Blue Marguerite #7358AA

RGB

 RED value IS 115 (45.31% from 255) = 30.83%

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 30.83%
G = 23.59%
B = 45.58%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7358AA (or 0x7358AA) is known color: Blue Marguerite. HEX triplet: 73, 58 and AA. RGB value is (115,88,170). Sum of RGB (Red+Green+Blue) = 115+88+170=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7358AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7358AA is #8CA755. Grayscale: #696969. Windows color (decimal): -9217878 or 11163763. OLE color: 11163763.

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

Color convert

RGB 115 88 170 -
CMYK 0.32 0.48 0 0.33
HSL 259.76º 0.33% 0.51% -
HSV(B) 259.76º 0.48% 0.67% -
XYZ 17.82 13.53 39.7 -
YUV 105.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 115 88 170 0.32 0.48 0 0.33 259.76 0.33 0.51
Hex 73 58 AA 20 30 0 21 104 21 33
Octal 163 130 252 40 60 0 41 404 41 63
Binary 1110011 1011000 10101010 100000 110000 0 100001 100000100 100001 110011

Color Harmonies of #7358AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358AA

Black with #7358AA

Text Example


Text Example

White with #7358AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7358AA; }

 p { color: rgb(115,88,170); }

 H1.HeaderClassName
 {
   color: #7358AA;
 }
 .AnyTagClassName
 {
   color: #7358AA;
 }
</style>

background-color css

<style>
 a { background-color: #7358AA; }

 a { background-color: rgb(115,88,170); }

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

border-color css

<style>
 span { border-color: #7358AA; }

 span { border-color: rgb(115,88,170); }

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