Html Css Color HEX #724BBA Blue Marguerite

📋 copy color: '#724BBA'

red 114 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #724BBA

Tints of Blue Marguerite #724BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

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

R = 30.4%
G = 20%
B = 49.6%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#724BBA (or 0x724BBA) is known color: Blue Marguerite. HEX triplet: 72, 4B and BA. RGB value is (114,75,186). Sum of RGB (Red+Green+Blue) = 114+75+186=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #724BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BBA is #8DB445. Grayscale: #626262. Windows color (decimal): -9286726 or 12209010. OLE color: 12209010.

HSL color Cylindrical-coordinate representation of color #724BBA: hue angle of 261.08º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #724BBA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 75 186 -
CMYK 0.39 0.60 0 0.27
HSL 261.08º 0.45% 0.51% -
HSV(B) 261.08º 0.6% 0.73% -
XYZ 18.32 12.15 47.83 -
YUV 99.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 114 75 186 0.39 0.60 0 0.27 261.08 0.45 0.51
Hex 72 4B BA 27 3C 0 1B 105 2D 33
Octal 162 113 272 47 74 0 33 405 55 63
Binary 1110010 1001011 10111010 100111 111100 0 11011 100000101 101101 110011

Color Harmonies of #724BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BBA

Black with #724BBA

Text Example


Text Example

White with #724BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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