Html Css Color HEX #7456B8 Blue Marguerite

📋 copy color: '#7456B8'

red 116 ◦ green 86 ◦ blue 184

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

Shades of Blue Marguerite #7456B8

Tints of Blue Marguerite #7456B8

RGB

 RED value IS 116 (45.7% from 255) = 30.05%

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

 BLUE value IS 184 (72.27% from 255) = 47.67%

R = 30.05%
G = 22.28%
B = 47.67%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7456B8 (or 0x7456B8) is known color: Blue Marguerite. HEX triplet: 74, 56 and B8. RGB value is (116,86,184). Sum of RGB (Red+Green+Blue) = 116+86+184=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #7456B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7456B8 is #8BA947. Grayscale: #696969. Windows color (decimal): -9152840 or 12080756. OLE color: 12080756.

HSL color Cylindrical-coordinate representation of color #7456B8: hue angle of 258.37º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7456B8 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 86 184 -
CMYK 0.37 0.53 0 0.28
HSL 258.37º 0.41% 0.53% -
HSV(B) 258.37º 0.53% 0.72% -
XYZ 19.18 13.83 47.01 -
YUV 106.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 116 86 184 0.37 0.53 0 0.28 258.37 0.41 0.53
Hex 74 56 B8 25 35 0 1C 102 29 35
Octal 164 126 270 45 65 0 34 402 51 65
Binary 1110100 1010110 10111000 100101 110101 0 11100 100000010 101001 110101

Color Harmonies of #7456B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7456B8

Black with #7456B8

Text Example


Text Example

White with #7456B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7456B8; }

 p { color: rgb(116,86,184); }

 H1.HeaderClassName
 {
   color: #7456B8;
 }
 .AnyTagClassName
 {
   color: #7456B8;
 }
</style>

background-color css

<style>
 a { background-color: #7456B8; }

 a { background-color: rgb(116,86,184); }

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

border-color css

<style>
 span { border-color: #7456B8; }

 span { border-color: rgb(116,86,184); }

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