#755CBE

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

Shades of Blue Marguerite #755CBE

Tints of Blue Marguerite #755CBE

Color information

#755CBE (or 0x755CBE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 5C and BE. RGB value is (117,92,190). Sum of RGB (Red+Green+Blue) = 117+92+190=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #755CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CBE is #8AA341. Grayscale: #6E6E6E. Windows color (decimal): -9085762 or 12475509. OLE color: 12475509.

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

Color convert

RGB11792190-
CMYK0.380.5200.25
HSL255.31º42.98%55.29%-
HSV(B)255.31º51.58%74.51%-
XYZ20.4615.1550.56-
YUV110.65172.78132.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=29.32%
G=23.06%
B=47.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117921900.380.5200.25255.3142.9855.29
Hex755CBE2634019ff2b37
Octal16513427646640313775367
Binary111010110111001011111010011011010001100111111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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