Html Css Color HEX #7264BA Blue Marguerite

📋 copy color: '#7264BA'

red 114 ◦ green 100 ◦ blue 186

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

Shades of Blue Marguerite #7264BA

Tints of Blue Marguerite #7264BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 28.5%
G = 25%
B = 46.5%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7264BA (or 0x7264BA) is known color: Blue Marguerite. HEX triplet: 72, 64 and BA. RGB value is (114,100,186). Sum of RGB (Red+Green+Blue) = 114+100+186=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #7264BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264BA is #8D9B45. Grayscale: #717171. Windows color (decimal): -9280326 or 12215410. OLE color: 12215410.

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

Color convert

RGB 114 100 186 -
CMYK 0.39 0.46 0 0.27
HSL 249.77º 0.38% 0.56% -
HSV(B) 249.77º 0.46% 0.73% -
XYZ 20.36 16.24 48.52 -
YUV 113.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 114 100 186 0.39 0.46 0 0.27 249.77 0.38 0.56
Hex 72 64 BA 27 2E 0 1B FA 26 38
Octal 162 144 272 47 56 0 33 372 46 70
Binary 1110010 1100100 10111010 100111 101110 0 11011 11111010 100110 111000

Color Harmonies of #7264BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7264BA

Black with #7264BA

Text Example


Text Example

White with #7264BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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