#755FBA

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

Shades of Blue Marguerite #755FBA

Tints of Blue Marguerite #755FBA

Color information

#755FBA (or 0x755FBA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5F and BA. RGB value is (117,95,186). Sum of RGB (Red+Green+Blue) = 117+95+186=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #755FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FBA is #8AA045. Grayscale: #6F6F6F. Windows color (decimal): -9084998 or 12214133. OLE color: 12214133.

HSL color Cylindrical-coordinate representation of color #755FBA: hue angle of 254.51º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #755FBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11795186-
CMYK0.370.4900.27
HSL254.51º39.74%55.1%-
HSV(B)254.51º48.92%72.94%-
XYZ20.2915.5148.38-
YUV111.95169.79131.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=29.40%
G=23.87%
B=46.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117951860.370.4900.27254.5139.7455.1
Hex755FBA253101Bff2837
Octal16513727245610333775067
Binary111010110111111011101010010111000101101111111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755FBA; }

 p { color: rgb(117,95,186); }

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

<style>
 a { background-color: #755FBA; }

 a { background-color: rgb(117,95,186); }

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

<style>
 span { border-color: #755FBA; }

 span { border-color: rgb(117,95,186); }

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