Html Css Color HEX #7350BF Blue Marguerite

📋 copy color: '#7350BF'

red 115 ◦ green 80 ◦ blue 191

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

Shades of Blue Marguerite #7350BF

Tints of Blue Marguerite #7350BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 29.79%
G = 20.73%
B = 49.48%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7350BF (or 0x7350BF) is known color: Blue Marguerite. HEX triplet: 73, 50 and BF. RGB value is (115,80,191). Sum of RGB (Red+Green+Blue) = 115+80+191=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #7350BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350BF is #8CAF40. Grayscale: #666666. Windows color (decimal): -9219905 or 12537971. OLE color: 12537971.

HSL color Cylindrical-coordinate representation of color #7350BF: hue angle of 258.92º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7350BF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 80 191 -
CMYK 0.40 0.58 0 0.25
HSL 258.92º 0.46% 0.53% -
HSV(B) 258.92º 0.58% 0.75% -
XYZ 19.34 13.14 50.81 -
YUV 103.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 115 80 191 0.40 0.58 0 0.25 258.92 0.46 0.53
Hex 73 50 BF 28 3A 0 19 103 2E 35
Octal 163 120 277 50 72 0 31 403 56 65
Binary 1110011 1010000 10111111 101000 111010 0 11001 100000011 101110 110101

Color Harmonies of #7350BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350BF

Black with #7350BF

Text Example


Text Example

White with #7350BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7350BF; }

 p { color: rgb(115,80,191); }

 H1.HeaderClassName
 {
   color: #7350BF;
 }
 .AnyTagClassName
 {
   color: #7350BF;
 }
</style>

background-color css

<style>
 a { background-color: #7350BF; }

 a { background-color: rgb(115,80,191); }

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

border-color css

<style>
 span { border-color: #7350BF; }

 span { border-color: rgb(115,80,191); }

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