Html Css Color HEX #7451BB Blue Marguerite

📋 copy color: '#7451BB'

red 116 ◦ green 81 ◦ blue 187

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

Shades of Blue Marguerite #7451BB

Tints of Blue Marguerite #7451BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 30.21%
G = 21.09%
B = 48.7%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7451BB (or 0x7451BB) is known color: Blue Marguerite. HEX triplet: 74, 51 and BB. RGB value is (116,81,187). Sum of RGB (Red+Green+Blue) = 116+81+187=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #7451BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451BB is #8BAE44. Grayscale: #676767. Windows color (decimal): -9154117 or 12276084. OLE color: 12276084.

HSL color Cylindrical-coordinate representation of color #7451BB: hue angle of 259.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7451BB is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 81 187 -
CMYK 0.38 0.57 0 0.27
HSL 259.81º 0.44% 0.53% -
HSV(B) 259.81º 0.57% 0.73% -
XYZ 19.11 13.19 48.55 -
YUV 103.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 116 81 187 0.38 0.57 0 0.27 259.81 0.44 0.53
Hex 74 51 BB 26 39 0 1B 104 2C 35
Octal 164 121 273 46 71 0 33 404 54 65
Binary 1110100 1010001 10111011 100110 111001 0 11011 100000100 101100 110101

Color Harmonies of #7451BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7451BB

Black with #7451BB

Text Example


Text Example

White with #7451BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7451BB; }

 p { color: rgb(116,81,187); }

 H1.HeaderClassName
 {
   color: #7451BB;
 }
 .AnyTagClassName
 {
   color: #7451BB;
 }
</style>

background-color css

<style>
 a { background-color: #7451BB; }

 a { background-color: rgb(116,81,187); }

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

border-color css

<style>
 span { border-color: #7451BB; }

 span { border-color: rgb(116,81,187); }

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