Html Css Color HEX #7267BA Blue Marguerite

📋 copy color: '#7267BA'

red 114 ◦ green 103 ◦ blue 186

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

Shades of Blue Marguerite #7267BA

Tints of Blue Marguerite #7267BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.56%

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

R = 28.29%
G = 25.56%
B = 46.15%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7267BA (or 0x7267BA) is known color: Blue Marguerite. HEX triplet: 72, 67 and BA. RGB value is (114,103,186). Sum of RGB (Red+Green+Blue) = 114+103+186=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7267BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267BA is #8D9845. Grayscale: #737373. Windows color (decimal): -9279558 or 12216178. OLE color: 12216178.

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

Color convert

RGB 114 103 186 -
CMYK 0.39 0.45 0 0.27
HSL 247.95º 0.38% 0.57% -
HSV(B) 247.95º 0.45% 0.73% -
XYZ 20.65 16.82 48.61 -
YUV 115.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 114 103 186 0.39 0.45 0 0.27 247.95 0.38 0.57
Hex 72 67 BA 27 2D 0 1B F8 26 39
Octal 162 147 272 47 55 0 33 370 46 71
Binary 1110010 1100111 10111010 100111 101101 0 11011 11111000 100110 111001

Color Harmonies of #7267BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267BA

Black with #7267BA

Text Example


Text Example

White with #7267BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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