#755FBE

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

Shades of Blue Marguerite #755FBE

Tints of Blue Marguerite #755FBE

Color information

#755FBE (or 0x755FBE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5F and BE. RGB value is (117,95,190). Sum of RGB (Red+Green+Blue) = 117+95+190=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #755FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FBE is #8AA041. Grayscale: #707070. Windows color (decimal): -9084994 or 12476277. OLE color: 12476277.

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

Color convert

RGB11795190-
CMYK0.380.500.25
HSL253.89º42.22%55.88%-
HSV(B)253.89º50%74.51%-
XYZ20.7215.6850.65-
YUV112.41171.79131.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=29.10%
G=23.63%
B=47.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117951900.380.500.25253.8942.2255.88
Hex755FBE2632019fe2a38
Octal16513727646620313765270
Binary111010110111111011111010011011001001100111111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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