#7450BB

Color #7450BB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7450BB

Tints of Blue Marguerite #7450BB

Color information

#7450BB (or 0x7450BB) is unknown color: approx 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

RGB11680187-
CMYK0.380.5700.27
HSL260.19º44.03%52.35%-
HSV(B)260.19º57.22%73.33%-
XYZ19.0413.0448.53-
YUV102.96175.43137.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116801870.380.5700.27260.1944.0352.35
Hex7450BB263901B1042c34
Octal16412027346710334045464
Binary1110100101000010111011100110111001011011100000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7450BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>