Html Css Color HEX #7248BE Blue Marguerite

📋 copy color: '#7248BE'

red 114 ◦ green 72 ◦ blue 190

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

Shades of Blue Marguerite #7248BE

Tints of Blue Marguerite #7248BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 30.32%
G = 19.15%
B = 50.53%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7248BE (or 0x7248BE) is known color: Blue Marguerite. HEX triplet: 72, 48 and BE. RGB value is (114,72,190). Sum of RGB (Red+Green+Blue) = 114+72+190=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #7248BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7248BE is #8DB741. Grayscale: #616161. Windows color (decimal): -9287490 or 12470386. OLE color: 12470386.

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

Color convert

RGB 114 72 190 -
CMYK 0.40 0.62 0 0.25
HSL 261.36º 0.48% 0.51% -
HSV(B) 261.36º 0.62% 0.75% -
XYZ 18.55 11.93 50.04 -
YUV 98.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 114 72 190 0.40 0.62 0 0.25 261.36 0.48 0.51
Hex 72 48 BE 28 3E 0 19 105 30 33
Octal 162 110 276 50 76 0 31 405 60 63
Binary 1110010 1001000 10111110 101000 111110 0 11001 100000101 110000 110011

Color Harmonies of #7248BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7248BE

Black with #7248BE

Text Example


Text Example

White with #7248BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7248BE; }

 p { color: rgb(114,72,190); }

 H1.HeaderClassName
 {
   color: #7248BE;
 }
 .AnyTagClassName
 {
   color: #7248BE;
 }
</style>

background-color css

<style>
 a { background-color: #7248BE; }

 a { background-color: rgb(114,72,190); }

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

border-color css

<style>
 span { border-color: #7248BE; }

 span { border-color: rgb(114,72,190); }

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