Html Css Color HEX #7250BA Blue Marguerite

📋 copy color: '#7250BA'

red 114 ◦ green 80 ◦ blue 186

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

Shades of Blue Marguerite #7250BA

Tints of Blue Marguerite #7250BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

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

R = 30%
G = 21.05%
B = 48.95%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7250BA (or 0x7250BA) is known color: Blue Marguerite. HEX triplet: 72, 50 and BA. RGB value is (114,80,186). Sum of RGB (Red+Green+Blue) = 114+80+186=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #7250BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250BA is #8DAF45. Grayscale: #656565. Windows color (decimal): -9285446 or 12210290. OLE color: 12210290.

HSL color Cylindrical-coordinate representation of color #7250BA: hue angle of 259.25º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7250BA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 80 186 -
CMYK 0.39 0.57 0 0.27
HSL 259.25º 0.43% 0.52% -
HSV(B) 259.25º 0.57% 0.73% -
XYZ 18.67 12.86 47.95 -
YUV 102.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 114 80 186 0.39 0.57 0 0.27 259.25 0.43 0.52
Hex 72 50 BA 27 39 0 1B 103 2B 34
Octal 162 120 272 47 71 0 33 403 53 64
Binary 1110010 1010000 10111010 100111 111001 0 11011 100000011 101011 110100

Color Harmonies of #7250BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250BA

Black with #7250BA

Text Example


Text Example

White with #7250BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7250BA; }

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

 H1.HeaderClassName
 {
   color: #7250BA;
 }
 .AnyTagClassName
 {
   color: #7250BA;
 }
</style>

background-color css

<style>
 a { background-color: #7250BA; }

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

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

border-color css

<style>
 span { border-color: #7250BA; }

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

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