Html Css Color HEX #7355BD Blue Marguerite

📋 copy color: '#7355BD'

red 115 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #7355BD

Tints of Blue Marguerite #7355BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 29.56%
G = 21.85%
B = 48.59%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7355BD (or 0x7355BD) is known color: Blue Marguerite. HEX triplet: 73, 55 and BD. RGB value is (115,85,189). Sum of RGB (Red+Green+Blue) = 115+85+189=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #7355BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355BD is #8CAA42. Grayscale: #696969. Windows color (decimal): -9218627 or 12408179. OLE color: 12408179.

HSL color Cylindrical-coordinate representation of color #7355BD: hue angle of 257.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7355BD is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 85 189 -
CMYK 0.39 0.55 0 0.26
HSL 257.31º 0.44% 0.54% -
HSV(B) 257.31º 0.55% 0.74% -
XYZ 19.5 13.82 49.78 -
YUV 105.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 115 85 189 0.39 0.55 0 0.26 257.31 0.44 0.54
Hex 73 55 BD 27 37 0 1A 101 2C 36
Octal 163 125 275 47 67 0 32 401 54 66
Binary 1110011 1010101 10111101 100111 110111 0 11010 100000001 101100 110110

Color Harmonies of #7355BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7355BD

Black with #7355BD

Text Example


Text Example

White with #7355BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7355BD; }

 p { color: rgb(115,85,189); }

 H1.HeaderClassName
 {
   color: #7355BD;
 }
 .AnyTagClassName
 {
   color: #7355BD;
 }
</style>

background-color css

<style>
 a { background-color: #7355BD; }

 a { background-color: rgb(115,85,189); }

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

border-color css

<style>
 span { border-color: #7355BD; }

 span { border-color: rgb(115,85,189); }

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