Html Css Color HEX #7267BC Blue Marguerite

📋 copy color: '#7267BC'

red 114 ◦ green 103 ◦ blue 188

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

Shades of Blue Marguerite #7267BC

Tints of Blue Marguerite #7267BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 28.15%
G = 25.43%
B = 46.42%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7267BC (or 0x7267BC) is known color: Blue Marguerite. HEX triplet: 72, 67 and BC. RGB value is (114,103,188). Sum of RGB (Red+Green+Blue) = 114+103+188=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #7267BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7267BC is #8D9843. Grayscale: #737373. Windows color (decimal): -9279556 or 12347250. OLE color: 12347250.

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

Color convert

RGB 114 103 188 -
CMYK 0.39 0.45 0 0.26
HSL 247.76º 0.39% 0.57% -
HSV(B) 247.76º 0.45% 0.74% -
XYZ 20.87 16.91 49.74 -
YUV 115.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 114 103 188 0.39 0.45 0 0.26 247.76 0.39 0.57
Hex 72 67 BC 27 2D 0 1A F8 27 39
Octal 162 147 274 47 55 0 32 370 47 71
Binary 1110010 1100111 10111100 100111 101101 0 11010 11111000 100111 111001

Color Harmonies of #7267BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7267BC

Black with #7267BC

Text Example


Text Example

White with #7267BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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