Html Css Color HEX #7250B3 Blue Marguerite

📋 copy color: '#7250B3'

red 114 ◦ green 80 ◦ blue 179

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

Shades of Blue Marguerite #7250B3

Tints of Blue Marguerite #7250B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 30.56%
G = 21.45%
B = 47.99%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7250B3 (or 0x7250B3) is known color: Blue Marguerite. HEX triplet: 72, 50 and B3. RGB value is (114,80,179). Sum of RGB (Red+Green+Blue) = 114+80+179=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #7250B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250B3 is #8DAF4C. Grayscale: #656565. Windows color (decimal): -9285453 or 11751538. OLE color: 11751538.

HSL color Cylindrical-coordinate representation of color #7250B3: hue angle of 260.61º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7250B3 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 80 179 -
CMYK 0.36 0.55 0 0.30
HSL 260.61º 0.39% 0.51% -
HSV(B) 260.61º 0.55% 0.7% -
XYZ 17.94 12.57 44.13 -
YUV 101.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 114 80 179 0.36 0.55 0 0.30 260.61 0.39 0.51
Hex 72 50 B3 24 37 0 1E 105 27 33
Octal 162 120 263 44 67 0 36 405 47 63
Binary 1110010 1010000 10110011 100100 110111 0 11110 100000101 100111 110011

Color Harmonies of #7250B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7250B3

Black with #7250B3

Text Example


Text Example

White with #7250B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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