Html Css Color HEX #7365B1 Blue Marguerite

📋 copy color: '#7365B1'

red 115 ◦ green 101 ◦ blue 177

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

Shades of Blue Marguerite #7365B1

Tints of Blue Marguerite #7365B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.04%

R = 29.26%
G = 25.7%
B = 45.04%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7365B1 (or 0x7365B1) is known color: Blue Marguerite. HEX triplet: 73, 65 and B1. RGB value is (115,101,177). Sum of RGB (Red+Green+Blue) = 115+101+177=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7365B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7365B1 is #8C9A4E. Grayscale: #717171. Windows color (decimal): -9214543 or 11625843. OLE color: 11625843.

HSL color Cylindrical-coordinate representation of color #7365B1: hue angle of 251.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7365B1 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 101 177 -
CMYK 0.35 0.43 0 0.31
HSL 251.05º 0.33% 0.55% -
HSV(B) 251.05º 0.43% 0.69% -
XYZ 19.66 16.13 43.67 -
YUV 113.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 115 101 177 0.35 0.43 0 0.31 251.05 0.33 0.55
Hex 73 65 B1 23 2B 0 1F FB 21 37
Octal 163 145 261 43 53 0 37 373 41 67
Binary 1110011 1100101 10110001 100011 101011 0 11111 11111011 100001 110111

Color Harmonies of #7365B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7365B1

Black with #7365B1

Text Example


Text Example

White with #7365B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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