Html Css Color HEX #734DB9 Blue Marguerite

📋 copy color: '#734DB9'

red 115 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #734DB9

Tints of Blue Marguerite #734DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 30.5%
G = 20.42%
B = 49.07%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#734DB9 (or 0x734DB9) is known color: Blue Marguerite. HEX triplet: 73, 4D and B9. RGB value is (115,77,185). Sum of RGB (Red+Green+Blue) = 115+77+185=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #734DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DB9 is #8CB246. Grayscale: #646464. Windows color (decimal): -9220679 or 12143987. OLE color: 12143987.

HSL color Cylindrical-coordinate representation of color #734DB9: hue angle of 261.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #734DB9 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 77 185 -
CMYK 0.38 0.58 0 0.27
HSL 261.11º 0.44% 0.51% -
HSV(B) 261.11º 0.58% 0.73% -
XYZ 18.48 12.46 47.33 -
YUV 100.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 115 77 185 0.38 0.58 0 0.27 261.11 0.44 0.51
Hex 73 4D B9 26 3A 0 1B 105 2C 33
Octal 163 115 271 46 72 0 33 405 54 63
Binary 1110011 1001101 10111001 100110 111010 0 11011 100000101 101100 110011

Color Harmonies of #734DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DB9

Black with #734DB9

Text Example


Text Example

White with #734DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734DB9; }

 p { color: rgb(115,77,185); }

 H1.HeaderClassName
 {
   color: #734DB9;
 }
 .AnyTagClassName
 {
   color: #734DB9;
 }
</style>

background-color css

<style>
 a { background-color: #734DB9; }

 a { background-color: rgb(115,77,185); }

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

border-color css

<style>
 span { border-color: #734DB9; }

 span { border-color: rgb(115,77,185); }

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