#755DBE

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

Shades of Blue Marguerite #755DBE

Tints of Blue Marguerite #755DBE

Color information

#755DBE (or 0x755DBE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5D and BE. RGB value is (117,93,190). Sum of RGB (Red+Green+Blue) = 117+93+190=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #755DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DBE is #8AA241. Grayscale: #6E6E6E. Windows color (decimal): -9085506 or 12475765. OLE color: 12475765.

HSL color Cylindrical-coordinate representation of color #755DBE: hue angle of 254.85º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755DBE is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11793190-
CMYK0.380.5100.25
HSL254.85º42.73%55.49%-
HSV(B)254.85º51.05%74.51%-
XYZ20.5415.3350.59-
YUV111.23172.45132.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=29.25%
G=23.25%
B=47.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117931900.380.5100.25254.8542.7355.49
Hex755DBE2633019ff2b37
Octal16513527646630313775367
Binary111010110111011011111010011011001101100111111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,190); }

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

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

 a { background-color: rgb(117,93,190); }

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

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

 span { border-color: rgb(117,93,190); }

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