Html Css Color HEX #7451BC Blue Marguerite

📋 copy color: '#7451BC'

red 116 ◦ green 81 ◦ blue 188

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

Shades of Blue Marguerite #7451BC

Tints of Blue Marguerite #7451BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 30.13%
G = 21.04%
B = 48.83%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7451BC (or 0x7451BC) is known color: Blue Marguerite. HEX triplet: 74, 51 and BC. RGB value is (116,81,188). Sum of RGB (Red+Green+Blue) = 116+81+188=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #7451BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7451BC is #8BAE43. Grayscale: #676767. Windows color (decimal): -9154116 or 12341620. OLE color: 12341620.

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

Color convert

RGB 116 81 188 -
CMYK 0.38 0.57 0 0.26
HSL 259.63º 0.44% 0.53% -
HSV(B) 259.63º 0.57% 0.74% -
XYZ 19.22 13.23 49.12 -
YUV 103.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 116 81 188 0.38 0.57 0 0.26 259.63 0.44 0.53
Hex 74 51 BC 26 39 0 1A 104 2C 35
Octal 164 121 274 46 71 0 32 404 54 65
Binary 1110100 1010001 10111100 100110 111001 0 11010 100000100 101100 110101

Color Harmonies of #7451BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7451BC

Black with #7451BC

Text Example


Text Example

White with #7451BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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