Html Css Color HEX #7450BD Blue Marguerite

📋 copy color: '#7450BD'

red 116 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #7450BD

Tints of Blue Marguerite #7450BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 30.13%
G = 20.78%
B = 49.09%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7450BD (or 0x7450BD) is known color: Blue Marguerite. HEX triplet: 74, 50 and BD. RGB value is (116,80,189). Sum of RGB (Red+Green+Blue) = 116+80+189=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #7450BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450BD is #8BAF42. Grayscale: #666666. Windows color (decimal): -9154371 or 12406900. OLE color: 12406900.

HSL color Cylindrical-coordinate representation of color #7450BD: hue angle of 259.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7450BD is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 80 189 -
CMYK 0.39 0.58 0 0.26
HSL 259.82º 0.45% 0.53% -
HSV(B) 259.82º 0.58% 0.74% -
XYZ 19.26 13.12 49.66 -
YUV 103.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 116 80 189 0.39 0.58 0 0.26 259.82 0.45 0.53
Hex 74 50 BD 27 3A 0 1A 104 2D 35
Octal 164 120 275 47 72 0 32 404 55 65
Binary 1110100 1010000 10111101 100111 111010 0 11010 100000100 101101 110101

Color Harmonies of #7450BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7450BD

Black with #7450BD

Text Example


Text Example

White with #7450BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7450BD; }

 p { color: rgb(116,80,189); }

 H1.HeaderClassName
 {
   color: #7450BD;
 }
 .AnyTagClassName
 {
   color: #7450BD;
 }
</style>

background-color css

<style>
 a { background-color: #7450BD; }

 a { background-color: rgb(116,80,189); }

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

border-color css

<style>
 span { border-color: #7450BD; }

 span { border-color: rgb(116,80,189); }

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