Html Css Color HEX #7263BF Blue Marguerite

📋 copy color: '#7263BF'

red 114 ◦ green 99 ◦ blue 191

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

Shades of Blue Marguerite #7263BF

Tints of Blue Marguerite #7263BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.5%

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

R = 28.22%
G = 24.5%
B = 47.28%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7263BF (or 0x7263BF) is known color: Blue Marguerite. HEX triplet: 72, 63 and BF. RGB value is (114,99,191). Sum of RGB (Red+Green+Blue) = 114+99+191=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7263BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263BF is #8D9C40. Grayscale: #717171. Windows color (decimal): -9280577 or 12542834. OLE color: 12542834.

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

Color convert

RGB 114 99 191 -
CMYK 0.40 0.48 0 0.25
HSL 249.78º 0.42% 0.57% -
HSV(B) 249.78º 0.48% 0.75% -
XYZ 20.81 16.26 51.33 -
YUV 113.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 114 99 191 0.40 0.48 0 0.25 249.78 0.42 0.57
Hex 72 63 BF 28 30 0 19 FA 2A 39
Octal 162 143 277 50 60 0 31 372 52 71
Binary 1110010 1100011 10111111 101000 110000 0 11001 11111010 101010 111001

Color Harmonies of #7263BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7263BF

Black with #7263BF

Text Example


Text Example

White with #7263BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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