Html Css Color HEX #7262AD Blue Marguerite

📋 copy color: '#7262AD'

red 114 ◦ green 98 ◦ blue 173

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

Shades of Blue Marguerite #7262AD

Tints of Blue Marguerite #7262AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 29.61%
G = 25.45%
B = 44.94%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7262AD (or 0x7262AD) is known color: Blue Marguerite. HEX triplet: 72, 62 and AD. RGB value is (114,98,173). Sum of RGB (Red+Green+Blue) = 114+98+173=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #7262AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7262AD is #8D9D52. Grayscale: #6F6F6F. Windows color (decimal): -9280851 or 11362930. OLE color: 11362930.

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

Color convert

RGB 114 98 173 -
CMYK 0.34 0.43 0 0.32
HSL 252.8º 0.31% 0.53% -
HSV(B) 252.8º 0.43% 0.68% -
XYZ 18.85 15.33 41.5 -
YUV 111.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 114 98 173 0.34 0.43 0 0.32 252.8 0.31 0.53
Hex 72 62 AD 22 2B 0 20 FD 1F 35
Octal 162 142 255 42 53 0 40 375 37 65
Binary 1110010 1100010 10101101 100010 101011 0 100000 11111101 11111 110101

Color Harmonies of #7262AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262AD

Black with #7262AD

Text Example


Text Example

White with #7262AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7262AD; }

 p { color: rgb(114,98,173); }

 H1.HeaderClassName
 {
   color: #7262AD;
 }
 .AnyTagClassName
 {
   color: #7262AD;
 }
</style>

background-color css

<style>
 a { background-color: #7262AD; }

 a { background-color: rgb(114,98,173); }

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

border-color css

<style>
 span { border-color: #7262AD; }

 span { border-color: rgb(114,98,173); }

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