Html Css Color HEX #7256B3 Blue Marguerite

📋 copy color: '#7256B3'

red 114 ◦ green 86 ◦ blue 179

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

Shades of Blue Marguerite #7256B3

Tints of Blue Marguerite #7256B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.23%

R = 30.08%
G = 22.69%
B = 47.23%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7256B3 (or 0x7256B3) is known color: Blue Marguerite. HEX triplet: 72, 56 and B3. RGB value is (114,86,179). Sum of RGB (Red+Green+Blue) = 114+86+179=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #7256B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256B3 is #8DA94C. Grayscale: #686868. Windows color (decimal): -9283917 or 11753074. OLE color: 11753074.

HSL color Cylindrical-coordinate representation of color #7256B3: hue angle of 258.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7256B3 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 86 179 -
CMYK 0.36 0.52 0 0.30
HSL 258.06º 0.38% 0.52% -
HSV(B) 258.06º 0.52% 0.7% -
XYZ 18.4 13.49 44.28 -
YUV 104.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 114 86 179 0.36 0.52 0 0.30 258.06 0.38 0.52
Hex 72 56 B3 24 34 0 1E 102 26 34
Octal 162 126 263 44 64 0 36 402 46 64
Binary 1110010 1010110 10110011 100100 110100 0 11110 100000010 100110 110100

Color Harmonies of #7256B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7256B3

Black with #7256B3

Text Example


Text Example

White with #7256B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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