Html Css Color HEX #7267BE Blue Marguerite

📋 copy color: '#7267BE'

red 114 ◦ green 103 ◦ blue 190

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

Shades of Blue Marguerite #7267BE

Tints of Blue Marguerite #7267BE

RGB

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

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

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

R = 28.01%
G = 25.31%
B = 46.68%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7267BE (or 0x7267BE) is known color: Blue Marguerite. HEX triplet: 72, 67 and BE. RGB value is (114,103,190). Sum of RGB (Red+Green+Blue) = 114+103+190=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #7267BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267BE is #8D9841. Grayscale: #737373. Windows color (decimal): -9279554 or 12478322. OLE color: 12478322.

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

Color convert

RGB 114 103 190 -
CMYK 0.40 0.46 0 0.25
HSL 247.59º 0.4% 0.57% -
HSV(B) 247.59º 0.46% 0.75% -
XYZ 21.08 17 50.88 -
YUV 116.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 114 103 190 0.40 0.46 0 0.25 247.59 0.4 0.57
Hex 72 67 BE 28 2E 0 19 F8 28 39
Octal 162 147 276 50 56 0 31 370 50 71
Binary 1110010 1100111 10111110 101000 101110 0 11001 11111000 101000 111001

Color Harmonies of #7267BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267BE

Black with #7267BE

Text Example


Text Example

White with #7267BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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