Html Css Color HEX #7350BE Blue Marguerite

📋 copy color: '#7350BE'

red 115 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #7350BE

Tints of Blue Marguerite #7350BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 29.87%
G = 20.78%
B = 49.35%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7350BE (or 0x7350BE) is known color: Blue Marguerite. HEX triplet: 73, 50 and BE. RGB value is (115,80,190). Sum of RGB (Red+Green+Blue) = 115+80+190=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #7350BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350BE is #8CAF41. Grayscale: #666666. Windows color (decimal): -9219906 or 12472435. OLE color: 12472435.

HSL color Cylindrical-coordinate representation of color #7350BE: hue angle of 259.09º 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 #7350BE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 80 190 -
CMYK 0.39 0.58 0 0.25
HSL 259.09º 0.46% 0.53% -
HSV(B) 259.09º 0.58% 0.75% -
XYZ 19.23 13.1 50.23 -
YUV 103.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 115 80 190 0.39 0.58 0 0.25 259.09 0.46 0.53
Hex 73 50 BE 27 3A 0 19 103 2E 35
Octal 163 120 276 47 72 0 31 403 56 65
Binary 1110011 1010000 10111110 100111 111010 0 11001 100000011 101110 110101

Color Harmonies of #7350BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350BE

Black with #7350BE

Text Example


Text Example

White with #7350BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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