Html Css Color HEX #7250BE Blue Marguerite

📋 copy color: '#7250BE'

red 114 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #7250BE

Tints of Blue Marguerite #7250BE

RGB

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

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

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

R = 29.69%
G = 20.83%
B = 49.48%

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

#7250BE (or 0x7250BE) is known color: Blue Marguerite. HEX triplet: 72, 50 and BE. RGB value is (114,80,190). Sum of RGB (Red+Green+Blue) = 114+80+190=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7250BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250BE is #8DAF41. Grayscale: #666666. Windows color (decimal): -9285442 or 12472434. OLE color: 12472434.

HSL color Cylindrical-coordinate representation of color #7250BE: hue angle of 258.55º 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 #7250BE is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 80 190 -
CMYK 0.40 0.58 0 0.25
HSL 258.55º 0.46% 0.53% -
HSV(B) 258.55º 0.58% 0.75% -
XYZ 19.1 13.03 50.22 -
YUV 102.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 114 80 190 0.40 0.58 0 0.25 258.55 0.46 0.53
Hex 72 50 BE 28 3A 0 19 103 2E 35
Octal 162 120 276 50 72 0 31 403 56 65
Binary 1110010 1010000 10111110 101000 111010 0 11001 100000011 101110 110101

Color Harmonies of #7250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250BE

Black with #7250BE

Text Example


Text Example

White with #7250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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