Html Css Color HEX #7363B1 Blue Marguerite

📋 copy color: '#7363B1'

red 115 ◦ green 99 ◦ blue 177

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

Shades of Blue Marguerite #7363B1

Tints of Blue Marguerite #7363B1

RGB

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

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

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

R = 29.41%
G = 25.32%
B = 45.27%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7363B1 (or 0x7363B1) is known color: Blue Marguerite. HEX triplet: 73, 63 and B1. RGB value is (115,99,177). Sum of RGB (Red+Green+Blue) = 115+99+177=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #7363B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7363B1 is #8C9C4E. Grayscale: #707070. Windows color (decimal): -9215055 or 11625331. OLE color: 11625331.

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

Color convert

RGB 115 99 177 -
CMYK 0.35 0.44 0 0.31
HSL 252.31º 0.33% 0.54% -
HSV(B) 252.31º 0.44% 0.69% -
XYZ 19.47 15.74 43.61 -
YUV 112.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 115 99 177 0.35 0.44 0 0.31 252.31 0.33 0.54
Hex 73 63 B1 23 2C 0 1F FC 21 36
Octal 163 143 261 43 54 0 37 374 41 66
Binary 1110011 1100011 10110001 100011 101100 0 11111 11111100 100001 110110

Color Harmonies of #7363B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363B1

Black with #7363B1

Text Example


Text Example

White with #7363B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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