Html Css Color HEX #734EBA Blue Marguerite

📋 copy color: '#734EBA'

red 115 ◦ green 78 ◦ blue 186

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

Shades of Blue Marguerite #734EBA

Tints of Blue Marguerite #734EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 30.34%
G = 20.58%
B = 49.08%

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

#734EBA (or 0x734EBA) is known color: Blue Marguerite. HEX triplet: 73, 4E and BA. RGB value is (115,78,186). Sum of RGB (Red+Green+Blue) = 115+78+186=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #734EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EBA is #8CB145. Grayscale: #646464. Windows color (decimal): -9220422 or 12209779. OLE color: 12209779.

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

Color convert

RGB 115 78 186 -
CMYK 0.38 0.58 0 0.27
HSL 260.56º 0.44% 0.52% -
HSV(B) 260.56º 0.58% 0.73% -
XYZ 18.66 12.64 47.91 -
YUV 101.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 115 78 186 0.38 0.58 0 0.27 260.56 0.44 0.52
Hex 73 4E BA 26 3A 0 1B 105 2C 34
Octal 163 116 272 46 72 0 33 405 54 64
Binary 1110011 1001110 10111010 100110 111010 0 11011 100000101 101100 110100

Color Harmonies of #734EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734EBA

Black with #734EBA

Text Example


Text Example

White with #734EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,78,186); }

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

background-color css

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

 a { background-color: rgb(115,78,186); }

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

border-color css

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

 span { border-color: rgb(115,78,186); }

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