Html Css Color HEX #7256AB Blue Marguerite

📋 copy color: '#7256AB'

red 114 ◦ green 86 ◦ blue 171

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

Shades of Blue Marguerite #7256AB

Tints of Blue Marguerite #7256AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 30.73%
G = 23.18%
B = 46.09%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7256AB (or 0x7256AB) is known color: Blue Marguerite. HEX triplet: 72, 56 and AB. RGB value is (114,86,171). Sum of RGB (Red+Green+Blue) = 114+86+171=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7256AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7256AB is #8DA954. Grayscale: #676767. Windows color (decimal): -9283925 or 11228786. OLE color: 11228786.

HSL color Cylindrical-coordinate representation of color #7256AB: hue angle of 259.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7256AB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 86 171 -
CMYK 0.33 0.50 0 0.33
HSL 259.76º 0.34% 0.5% -
HSV(B) 259.76º 0.5% 0.67% -
XYZ 17.62 13.17 40.14 -
YUV 104.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 114 86 171 0.33 0.50 0 0.33 259.76 0.34 0.5
Hex 72 56 AB 21 32 0 21 104 22 32
Octal 162 126 253 41 62 0 41 404 42 62
Binary 1110010 1010110 10101011 100001 110010 0 100001 100000100 100010 110010

Color Harmonies of #7256AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256AB

Black with #7256AB

Text Example


Text Example

White with #7256AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7256AB; }

 p { color: rgb(114,86,171); }

 H1.HeaderClassName
 {
   color: #7256AB;
 }
 .AnyTagClassName
 {
   color: #7256AB;
 }
</style>

background-color css

<style>
 a { background-color: #7256AB; }

 a { background-color: rgb(114,86,171); }

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

border-color css

<style>
 span { border-color: #7256AB; }

 span { border-color: rgb(114,86,171); }

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