Html Css Color HEX #7450BB Blue Marguerite

📋 copy color: '#7450BB'

red 116 ◦ green 80 ◦ blue 187

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

Shades of Blue Marguerite #7450BB

Tints of Blue Marguerite #7450BB

RGB

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

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

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

R = 30.29%
G = 20.89%
B = 48.83%

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

#7450BB (or 0x7450BB) is known color: Blue Marguerite. HEX triplet: 74, 50 and BB. RGB value is (116,80,187). Sum of RGB (Red+Green+Blue) = 116+80+187=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #7450BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7450BB is #8BAF44. Grayscale: #666666. Windows color (decimal): -9154373 or 12275828. OLE color: 12275828.

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

Color convert

RGB 116 80 187 -
CMYK 0.38 0.57 0 0.27
HSL 260.19º 0.44% 0.52% -
HSV(B) 260.19º 0.57% 0.73% -
XYZ 19.04 13.04 48.53 -
YUV 102.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 116 80 187 0.38 0.57 0 0.27 260.19 0.44 0.52
Hex 74 50 BB 26 39 0 1B 104 2C 34
Octal 164 120 273 46 71 0 33 404 54 64
Binary 1110100 1010000 10111011 100110 111001 0 11011 100000100 101100 110100

Color Harmonies of #7450BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7450BB

Black with #7450BB

Text Example


Text Example

White with #7450BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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