#755BBA

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

Shades of Blue Marguerite #755BBA

Tints of Blue Marguerite #755BBA

Color information

#755BBA (or 0x755BBA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5B and BA. RGB value is (117,91,186). Sum of RGB (Red+Green+Blue) = 117+91+186=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #755BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BBA is #8AA445. Grayscale: #6D6D6D. Windows color (decimal): -9086022 or 12213109. OLE color: 12213109.

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

Color convert

RGB11791186-
CMYK0.370.5100.27
HSL256.42º40.77%54.31%-
HSV(B)256.42º51.08%72.94%-
XYZ19.9414.8148.26-
YUV109.6171.11133.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=29.70%
G=23.10%
B=47.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117911860.370.5100.27256.4240.7754.31
Hex755BBA253301B1002936
Octal16513327245630334005166
Binary1110101101101110111010100101110011011011100000000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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