#755CBA

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

Shades of Blue Marguerite #755CBA

Tints of Blue Marguerite #755CBA

Color information

#755CBA (or 0x755CBA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5C and BA. RGB value is (117,92,186). Sum of RGB (Red+Green+Blue) = 117+92+186=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #755CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CBA is #8AA345. Grayscale: #6D6D6D. Windows color (decimal): -9085766 or 12213365. OLE color: 12213365.

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

Color convert

RGB11792186-
CMYK0.370.5100.27
HSL255.96º40.52%54.51%-
HSV(B)255.96º50.54%72.94%-
XYZ20.0314.9848.29-
YUV110.19170.78132.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=29.62%
G=23.29%
B=47.09%

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
Decimal117921860.370.5100.27255.9640.5254.51
Hex755CBA253301B1002937
Octal16513427245630334005167
Binary1110101101110010111010100101110011011011100000000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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