#754FBB

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

Shades of Blue Marguerite #754FBB

Tints of Blue Marguerite #754FBB

Color information

#754FBB (or 0x754FBB) is unknown color: approx Blue Marguerite. HEX triplet: 75, 4F and BB. RGB value is (117,79,187). Sum of RGB (Red+Green+Blue) = 117+79+187=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 79 (31.25% from 255 or 20.63% 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 #754FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FBB is #8AB044. Grayscale: #666666. Windows color (decimal): -9089093 or 12275573. OLE color: 12275573.

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

Color convert

RGB11779187-
CMYK0.370.5800.27
HSL261.11º44.26%52.16%-
HSV(B)261.11º57.75%73.33%-
XYZ19.112.9648.51-
YUV102.67175.59138.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=30.55%
G=20.63%
B=48.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117791870.370.5800.27261.1144.2652.16
Hex754FBB253A01B1052c34
Octal16511727345720334055464
Binary1110101100111110111011100101111010011011100000101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754FBB; }

 p { color: rgb(117,79,187); }

 H1.HeaderClassName
 {
   color: #754FBB;
 }
 .AnyTagClassName
 {
   color: #754FBB;
 }
</style>
background-color css

<style>
 a { background-color: #754FBB; }

 a { background-color: rgb(117,79,187); }

 div.DivClassName
 {
   background-color: #754FBB;
 }
 .BgClassName
 {
   background-color: #754FBB;
 }
</style>
border-color css

<style>
 span { border-color: #754FBB; }

 span { border-color: rgb(117,79,187); }

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