Html Css Color HEX #7266BD Blue Marguerite

📋 copy color: '#7266BD'

red 114 ◦ green 102 ◦ blue 189

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

Shades of Blue Marguerite #7266BD

Tints of Blue Marguerite #7266BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 28.15%
G = 25.19%
B = 46.67%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7266BD (or 0x7266BD) is known color: Blue Marguerite. HEX triplet: 72, 66 and BD. RGB value is (114,102,189). Sum of RGB (Red+Green+Blue) = 114+102+189=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #7266BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266BD is #8D9942. Grayscale: #737373. Windows color (decimal): -9279811 or 12412530. OLE color: 12412530.

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

Color convert

RGB 114 102 189 -
CMYK 0.40 0.46 0 0.26
HSL 248.28º 0.4% 0.57% -
HSV(B) 248.28º 0.46% 0.74% -
XYZ 20.88 16.75 50.28 -
YUV 115.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 114 102 189 0.40 0.46 0 0.26 248.28 0.4 0.57
Hex 72 66 BD 28 2E 0 1A F8 28 39
Octal 162 146 275 50 56 0 32 370 50 71
Binary 1110010 1100110 10111101 101000 101110 0 11010 11111000 101000 111001

Color Harmonies of #7266BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266BD

Black with #7266BD

Text Example


Text Example

White with #7266BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7266BD; }

 p { color: rgb(114,102,189); }

 H1.HeaderClassName
 {
   color: #7266BD;
 }
 .AnyTagClassName
 {
   color: #7266BD;
 }
</style>

background-color css

<style>
 a { background-color: #7266BD; }

 a { background-color: rgb(114,102,189); }

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

border-color css

<style>
 span { border-color: #7266BD; }

 span { border-color: rgb(114,102,189); }

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