Html Css Color HEX #7266AE Blue Marguerite

📋 copy color: '#7266AE'

red 114 ◦ green 102 ◦ blue 174

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

Shades of Blue Marguerite #7266AE

Tints of Blue Marguerite #7266AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 29.23%
G = 26.15%
B = 44.62%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7266AE (or 0x7266AE) is known color: Blue Marguerite. HEX triplet: 72, 66 and AE. RGB value is (114,102,174). Sum of RGB (Red+Green+Blue) = 114+102+174=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7266AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7266AE is #8D9951. Grayscale: #717171. Windows color (decimal): -9279826 or 11429490. OLE color: 11429490.

HSL color Cylindrical-coordinate representation of color #7266AE: hue angle of 250º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7266AE is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 102 174 -
CMYK 0.34 0.41 0 0.32
HSL 250º 0.31% 0.54% -
HSV(B) 250º 0.41% 0.68% -
XYZ 19.33 16.14 42.14 -
YUV 113.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 114 102 174 0.34 0.41 0 0.32 250 0.31 0.54
Hex 72 66 AE 22 29 0 20 FA 1F 36
Octal 162 146 256 42 51 0 40 372 37 66
Binary 1110010 1100110 10101110 100010 101001 0 100000 11111010 11111 110110

Color Harmonies of #7266AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7266AE

Black with #7266AE

Text Example


Text Example

White with #7266AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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