Html Css Color HEX #7351BA Blue Marguerite

📋 copy color: '#7351BA'

red 115 ◦ green 81 ◦ blue 186

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

Shades of Blue Marguerite #7351BA

Tints of Blue Marguerite #7351BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

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

R = 30.1%
G = 21.2%
B = 48.69%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7351BA (or 0x7351BA) is known color: Blue Marguerite. HEX triplet: 73, 51 and BA. RGB value is (115,81,186). Sum of RGB (Red+Green+Blue) = 115+81+186=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #7351BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7351BA is #8CAE45. Grayscale: #666666. Windows color (decimal): -9219654 or 12210547. OLE color: 12210547.

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

Color convert

RGB 115 81 186 -
CMYK 0.38 0.56 0 0.27
HSL 259.43º 0.43% 0.52% -
HSV(B) 259.43º 0.56% 0.73% -
XYZ 18.88 13.07 47.98 -
YUV 103.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 115 81 186 0.38 0.56 0 0.27 259.43 0.43 0.52
Hex 73 51 BA 26 38 0 1B 103 2B 34
Octal 163 121 272 46 70 0 33 403 53 64
Binary 1110011 1010001 10111010 100110 111000 0 11011 100000011 101011 110100

Color Harmonies of #7351BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7351BA

Black with #7351BA

Text Example


Text Example

White with #7351BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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