Html Css Color HEX #724BBF Blue Marguerite

📋 copy color: '#724BBF'

red 114 ◦ green 75 ◦ blue 191

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

Shades of Blue Marguerite #724BBF

Tints of Blue Marguerite #724BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 30%
G = 19.74%
B = 50.26%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#724BBF (or 0x724BBF) is known color: Blue Marguerite. HEX triplet: 72, 4B and BF. RGB value is (114,75,191). Sum of RGB (Red+Green+Blue) = 114+75+191=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #724BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724BBF is #8DB440. Grayscale: #636363. Windows color (decimal): -9286721 or 12536690. OLE color: 12536690.

HSL color Cylindrical-coordinate representation of color #724BBF: hue angle of 260.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724BBF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 75 191 -
CMYK 0.40 0.61 0 0.25
HSL 260.17º 0.48% 0.52% -
HSV(B) 260.17º 0.61% 0.75% -
XYZ 18.86 12.37 50.68 -
YUV 99.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 114 75 191 0.40 0.61 0 0.25 260.17 0.48 0.52
Hex 72 4B BF 28 3D 0 19 104 30 34
Octal 162 113 277 50 75 0 31 404 60 64
Binary 1110010 1001011 10111111 101000 111101 0 11001 100000100 110000 110100

Color Harmonies of #724BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724BBF

Black with #724BBF

Text Example


Text Example

White with #724BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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