Html Css Color HEX #7450BC Blue Marguerite

📋 copy color: '#7450BC'

red 116 ◦ green 80 ◦ blue 188

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

Shades of Blue Marguerite #7450BC

Tints of Blue Marguerite #7450BC

RGB

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

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

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

R = 30.21%
G = 20.83%
B = 48.96%

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

#7450BC (or 0x7450BC) is known color: Blue Marguerite. HEX triplet: 74, 50 and BC. RGB value is (116,80,188). Sum of RGB (Red+Green+Blue) = 116+80+188=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #7450BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450BC is #8BAF43. Grayscale: #666666. Windows color (decimal): -9154372 or 12341364. OLE color: 12341364.

HSL color Cylindrical-coordinate representation of color #7450BC: hue angle of 260º degrees, saturation: 0.45, 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 #7450BC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 80 188 -
CMYK 0.38 0.57 0 0.26
HSL 260º 0.45% 0.53% -
HSV(B) 260º 0.57% 0.74% -
XYZ 19.15 13.08 49.09 -
YUV 103.08 175.93 137.22 -
System Red Green Blue C M Y K H S L
Decimal 116 80 188 0.38 0.57 0 0.26 260 0.45 0.53
Hex 74 50 BC 26 39 0 1A 104 2D 35
Octal 164 120 274 46 71 0 32 404 55 65
Binary 1110100 1010000 10111100 100110 111001 0 11010 100000100 101101 110101

Color Harmonies of #7450BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7450BC

Black with #7450BC

Text Example


Text Example

White with #7450BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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