Html Css Color HEX #7365BA Blue Marguerite

📋 copy color: '#7365BA'

red 115 ◦ green 101 ◦ blue 186

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

Shades of Blue Marguerite #7365BA

Tints of Blue Marguerite #7365BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 28.61%
G = 25.12%
B = 46.27%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7365BA (or 0x7365BA) is known color: Blue Marguerite. HEX triplet: 73, 65 and BA. RGB value is (115,101,186). Sum of RGB (Red+Green+Blue) = 115+101+186=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #7365BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7365BA is #8C9A45. Grayscale: #727272. Windows color (decimal): -9214534 or 12215667. OLE color: 12215667.

HSL color Cylindrical-coordinate representation of color #7365BA: hue angle of 249.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7365BA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 101 186 -
CMYK 0.38 0.46 0 0.27
HSL 249.88º 0.38% 0.56% -
HSV(B) 249.88º 0.46% 0.73% -
XYZ 20.59 16.5 48.55 -
YUV 114.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 115 101 186 0.38 0.46 0 0.27 249.88 0.38 0.56
Hex 73 65 BA 26 2E 0 1B FA 26 38
Octal 163 145 272 46 56 0 33 372 46 70
Binary 1110011 1100101 10111010 100110 101110 0 11011 11111010 100110 111000

Color Harmonies of #7365BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7365BA

Black with #7365BA

Text Example


Text Example

White with #7365BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7365BA; }

 p { color: rgb(115,101,186); }

 H1.HeaderClassName
 {
   color: #7365BA;
 }
 .AnyTagClassName
 {
   color: #7365BA;
 }
</style>

background-color css

<style>
 a { background-color: #7365BA; }

 a { background-color: rgb(115,101,186); }

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

border-color css

<style>
 span { border-color: #7365BA; }

 span { border-color: rgb(115,101,186); }

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