Html Css Color HEX #724FBA Blue Marguerite

📋 copy color: '#724FBA'

red 114 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #724FBA

Tints of Blue Marguerite #724FBA

RGB

 RED value IS 114 (44.92% from 255) = 30.08%

 GREEN value IS 79 (31.25% from 255) = 20.84%

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

R = 30.08%
G = 20.84%
B = 49.08%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#724FBA (or 0x724FBA) is known color: Blue Marguerite. HEX triplet: 72, 4F and BA. RGB value is (114,79,186). Sum of RGB (Red+Green+Blue) = 114+79+186=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 79 (31.25% from 255 or 20.84% 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 #724FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FBA is #8DB045. Grayscale: #656565. Windows color (decimal): -9285702 or 12210034. OLE color: 12210034.

HSL color Cylindrical-coordinate representation of color #724FBA: hue angle of 259.63º 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 #724FBA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 79 186 -
CMYK 0.39 0.58 0 0.27
HSL 259.63º 0.44% 0.52% -
HSV(B) 259.63º 0.58% 0.73% -
XYZ 18.6 12.71 47.93 -
YUV 101.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 114 79 186 0.39 0.58 0 0.27 259.63 0.44 0.52
Hex 72 4F BA 27 3A 0 1B 104 2C 34
Octal 162 117 272 47 72 0 33 404 54 64
Binary 1110010 1001111 10111010 100111 111010 0 11011 100000100 101100 110100

Color Harmonies of #724FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FBA

Black with #724FBA

Text Example


Text Example

White with #724FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724FBA; }

 p { color: rgb(114,79,186); }

 H1.HeaderClassName
 {
   color: #724FBA;
 }
 .AnyTagClassName
 {
   color: #724FBA;
 }
</style>

background-color css

<style>
 a { background-color: #724FBA; }

 a { background-color: rgb(114,79,186); }

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

border-color css

<style>
 span { border-color: #724FBA; }

 span { border-color: rgb(114,79,186); }

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