Html Css Color HEX #7363BC Blue Marguerite

📋 copy color: '#7363BC'

red 115 ◦ green 99 ◦ blue 188

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

Shades of Blue Marguerite #7363BC

Tints of Blue Marguerite #7363BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 28.61%
G = 24.63%
B = 46.77%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7363BC (or 0x7363BC) is known color: Blue Marguerite. HEX triplet: 73, 63 and BC. RGB value is (115,99,188). Sum of RGB (Red+Green+Blue) = 115+99+188=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #7363BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363BC is #8C9C43. Grayscale: #717171. Windows color (decimal): -9215044 or 12346227. OLE color: 12346227.

HSL color Cylindrical-coordinate representation of color #7363BC: hue angle of 250.79º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7363BC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 99 188 -
CMYK 0.39 0.47 0 0.26
HSL 250.79º 0.4% 0.56% -
HSV(B) 250.79º 0.47% 0.74% -
XYZ 20.61 16.2 49.62 -
YUV 113.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 115 99 188 0.39 0.47 0 0.26 250.79 0.4 0.56
Hex 73 63 BC 27 2F 0 1A FB 28 38
Octal 163 143 274 47 57 0 32 373 50 70
Binary 1110011 1100011 10111100 100111 101111 0 11010 11111011 101000 111000

Color Harmonies of #7363BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363BC

Black with #7363BC

Text Example


Text Example

White with #7363BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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