Html Css Color HEX #7266BE Blue Marguerite

📋 copy color: '#7266BE'

red 114 ◦ green 102 ◦ blue 190

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

Shades of Blue Marguerite #7266BE

Tints of Blue Marguerite #7266BE

RGB

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

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

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

R = 28.08%
G = 25.12%
B = 46.8%

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

#7266BE (or 0x7266BE) is known color: Blue Marguerite. HEX triplet: 72, 66 and BE. RGB value is (114,102,190). Sum of RGB (Red+Green+Blue) = 114+102+190=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #7266BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266BE is #8D9941. Grayscale: #737373. Windows color (decimal): -9279810 or 12478066. OLE color: 12478066.

HSL color Cylindrical-coordinate representation of color #7266BE: hue angle of 248.18º 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 #7266BE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 102 190 -
CMYK 0.40 0.46 0 0.25
HSL 248.18º 0.4% 0.57% -
HSV(B) 248.18º 0.46% 0.75% -
XYZ 20.99 16.8 50.85 -
YUV 115.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 114 102 190 0.40 0.46 0 0.25 248.18 0.4 0.57
Hex 72 66 BE 28 2E 0 19 F8 28 39
Octal 162 146 276 50 56 0 31 370 50 71
Binary 1110010 1100110 10111110 101000 101110 0 11001 11111000 101000 111001

Color Harmonies of #7266BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266BE

Black with #7266BE

Text Example


Text Example

White with #7266BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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