Html Css Color HEX #7363BE Blue Marguerite

📋 copy color: '#7363BE'

red 115 ◦ green 99 ◦ blue 190

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

Shades of Blue Marguerite #7363BE

Tints of Blue Marguerite #7363BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 28.47%
G = 24.5%
B = 47.03%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7363BE (or 0x7363BE) is known color: Blue Marguerite. HEX triplet: 73, 63 and BE. RGB value is (115,99,190). Sum of RGB (Red+Green+Blue) = 115+99+190=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7363BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363BE is #8C9C41. Grayscale: #717171. Windows color (decimal): -9215042 or 12477299. OLE color: 12477299.

HSL color Cylindrical-coordinate representation of color #7363BE: hue angle of 250.55º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7363BE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 99 190 -
CMYK 0.39 0.48 0 0.25
HSL 250.55º 0.41% 0.57% -
HSV(B) 250.55º 0.48% 0.75% -
XYZ 20.83 16.29 50.76 -
YUV 114.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 115 99 190 0.39 0.48 0 0.25 250.55 0.41 0.57
Hex 73 63 BE 27 30 0 19 FB 29 39
Octal 163 143 276 47 60 0 31 373 51 71
Binary 1110011 1100011 10111110 100111 110000 0 11001 11111011 101001 111001

Color Harmonies of #7363BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363BE

Black with #7363BE

Text Example


Text Example

White with #7363BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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