Html Css Color HEX #7250BF Blue Marguerite

📋 copy color: '#7250BF'

red 114 ◦ green 80 ◦ blue 191

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

Shades of Blue Marguerite #7250BF

Tints of Blue Marguerite #7250BF

RGB

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

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

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

R = 29.61%
G = 20.78%
B = 49.61%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7250BF (or 0x7250BF) is known color: Blue Marguerite. HEX triplet: 72, 50 and BF. RGB value is (114,80,191). Sum of RGB (Red+Green+Blue) = 114+80+191=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #7250BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250BF is #8DAF40. Grayscale: #666666. Windows color (decimal): -9285441 or 12537970. OLE color: 12537970.

HSL color Cylindrical-coordinate representation of color #7250BF: hue angle of 258.38º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7250BF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 80 191 -
CMYK 0.40 0.58 0 0.25
HSL 258.38º 0.46% 0.53% -
HSV(B) 258.38º 0.58% 0.75% -
XYZ 19.21 13.08 50.8 -
YUV 102.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 114 80 191 0.40 0.58 0 0.25 258.38 0.46 0.53
Hex 72 50 BF 28 3A 0 19 102 2E 35
Octal 162 120 277 50 72 0 31 402 56 65
Binary 1110010 1010000 10111111 101000 111010 0 11001 100000010 101110 110101

Color Harmonies of #7250BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250BF

Black with #7250BF

Text Example


Text Example

White with #7250BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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