Html Css Color HEX #7256AE Blue Marguerite

📋 copy color: '#7256AE'

red 114 ◦ green 86 ◦ blue 174

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

Shades of Blue Marguerite #7256AE

Tints of Blue Marguerite #7256AE

RGB

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

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

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

R = 30.48%
G = 22.99%
B = 46.52%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7256AE (or 0x7256AE) is known color: Blue Marguerite. HEX triplet: 72, 56 and AE. RGB value is (114,86,174). Sum of RGB (Red+Green+Blue) = 114+86+174=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7256AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7256AE is #8DA951. Grayscale: #686868. Windows color (decimal): -9283922 or 11425394. OLE color: 11425394.

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

Color convert

RGB 114 86 174 -
CMYK 0.34 0.51 0 0.32
HSL 259.09º 0.35% 0.51% -
HSV(B) 259.09º 0.51% 0.68% -
XYZ 17.91 13.29 41.67 -
YUV 104.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 114 86 174 0.34 0.51 0 0.32 259.09 0.35 0.51
Hex 72 56 AE 22 33 0 20 103 23 33
Octal 162 126 256 42 63 0 40 403 43 63
Binary 1110010 1010110 10101110 100010 110011 0 100000 100000011 100011 110011

Color Harmonies of #7256AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256AE

Black with #7256AE

Text Example


Text Example

White with #7256AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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